概述
基于nestjs的nodejs 框架,已配置好开发中常用的插件,mongodb数据库,开箱即用。
安装
$ npm install
or
$ yarn
运行
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
文档
请查看src目录下的README.md和MONGODB.md。
Stay in touch
- Author - mengfangui
License
Nest is MIT licensed.