- NestJS CLI version: 10.1.13
- Nest version: 10.0.0
- npm version: 9.6.4
- node: 16.14.0
- Joi: 17.9.2
- mongoose: 7.5.0
- @nestjs/mongoose: 10.0.1
$ yarn install
$ yarn docker:dev# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov