Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 831 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 831 Bytes

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