Skip to content

NestJS microservices with Jwt Authentication/Authorization using rabbitmq

Notifications You must be signed in to change notification settings

en-atul/library-app-v2

Repository files navigation

Nest Logo

Description

Step 1. run docker container to avail mongo & rabbitmq in local
# docker-compose up -d (i.e. run docker in detached mode)
- view rabbitmq interface at http://localhost:15673

Installation

$ npm install
$ docker-compose up -d

Step 2:

Running all microservices

 $ npm run start:dev auth
 $ npm run start:dev books
 $ npm run start:dev members