A NestJS API template using mongodb
Version | |
---|---|
NestJS | 9.X |
MongoDB | 5.0 |
Docker | 20.1 |
Docker Compose | 1.29.2 |
$ yarn install
# 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
API Ref | https://localhost:3000/docs |
Launch services
yarn launch
Stop services
yarn bye