Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/en-atul/library-app-v2

NestJS microservices with Jwt Authentication/Authorization using rabbitmq
https://github.com/en-atul/library-app-v2

authentication authorization event-pattern jwt microservices nestjs passportjs rabbitmq

Last synced: 7 days ago
JSON representation

NestJS microservices with Jwt Authentication/Authorization using rabbitmq

Awesome Lists containing this project

README

        


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

```bash
$ npm install
$ docker-compose up -d
```
Step 2:
## Running all microservices

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