Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 1.39 KB

README_zh-CN.md

File metadata and controls

74 lines (51 loc) · 1.39 KB

Nest Logo

一个基于Nest.js搭建的API Template项目,方便大家快速上手开发api接口

简体中文 | English

✨ 特性

  • 支持:多环境配置
  • 集成:JWT
  • 支持:日志拦截器、http异常拦截器
  • 支持:http异常过滤器
  • 集成:mysql
  • 集成:请求参数校验
  • 支持:定时任务
  • 完善:测试用例

🛠️ 安装依赖

$ 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

了解更多:

📚 资源

📄 许可证

nest-template 是在 MIT 许可证下发布的。详情请见 LICENSE 文件。