/nestjs-template

nestjs框架模板

Primary LanguageTypeScriptMIT LicenseMIT

概述

基于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

License

Nest is MIT licensed.