A boilerplate for start up new Nestjs Project.
$ npm install
# development
$ docker compose up -d && npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# test coverage
$ npm run test:cov
Nest is MIT licensed.