Microservice application with NestJS, RabbitMQ and MongoDB
API Rest made with Nest framework.
$ npm install
DB_USER='your mongodb atlas user'
DB_PASSWORD='your mongodb atlas user password'
DB_HOST='your mongodb cluster'
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
This project is MIT licensed.