An API Template project built based on Nest.js is convenient for you to quickly get started with developing API interfaces 🚀
English | 简体中文
- Support: Multi-environment configuration
- Support: Log blocker and HTTP exception blocker
- Support: HTTP exception filter
- Support:Scheduled tasks
- Support: Cache
- Integration: JWT
- Integration: MySQL
- Integration: Request parameter verification
- Perfect: Test cases
$ npm install
# 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
$ yarn install -g mau
$ mau deploy
Read more:
nest-template is released under the MIT license. See the LICENSE file.