Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/en-atul/library-app-v2
- Owner: en-atul
- Created: 2022-10-25T04:53:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T04:16:44.000Z (about 2 years ago)
- Last Synced: 2023-10-24T16:47:11.153Z (over 1 year ago)
- Topics: authentication, authorization, event-pattern, jwt, microservices, nestjs, passportjs, rabbitmq
- Language: TypeScript
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```