运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
支持
Nest是MIT许可的开源项目。 得益于赞助商和出色支持者的支持,它可以发展壮大。 如
一个渐进式的框架,该框架受启发,用于构建高效且可扩展的服务器端应用程序。
描述
框架Typescr ipt入门资料库。
安装
$ npm install
运行应用
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
测试
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# te
NestJS API样板
描述
使用NestJS,TypeORM,GraphQL和Jest制作的基本应用程序API
资料夹结构
Code organization based on NestJS modules with Domain Driven Design, focused on codebase scalability.
坚硬的
Using SOLID principles to provide better code design for easier maintenance and