Skip to content

HectorMartinDama/microservice-nestjs-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

microservice-nestjs-rabbitmq

alt text

Installation

  1. Clone the repository

    git clone https://github.com/HectorMartinDama/microservice-nestjs-rabbitmq.git
  1. Install dependencies the both

    cd microservice-nestjs-rabbitmq
    # Install dependencies of the api
    cd api
    npm install
    # Install dependencies of the microservice
    cd email-microservice
    npm install
  1. Up the rabbitmq instancie (you need to have docker installed on your machine)

    cd email-microservice
    docker-compose up -d

Go to the url http://localhost:15672 in your browser. The user and password of the image it's guest guest.

Commands

Running the app development npm run start
Runnig the app watch mode npm run start:dev
Build the app npm run build
Up the rabbitmq instancie docker-compose up -d

Documentation

Create microservice with nestjs Documentation Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published