A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
此项目是使用Nest 框架的练习项目
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod