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
- Integration: JWT
- Supported: Log blocker and HTTP exception blocker
- Supported: HTTP exception filter
- Integration: MySQL
- Integration: Request parameter verification
- In the tank:Scheduled tasks
- 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 是在 MIT 许可证下发布的。详情请见 LICENSE 文件。