base project.
used Framework: Nestjs, Typeorm, Swagger
$ yarn install
# development
$ yarn run start:local
# dev server mode
$ yarn run start:dev
# stage server mode
$ yarn run start:stage
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test:watch
# test coverage
$ yarn run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.