Skip to content

shiwangme/nest-fastify-swagger-demo

Repository files navigation

Nest.js Demo with Fastify and Swagger

教程文档链接: https://leader.js.cool/#/basic/framework/nest

安装

$ npm install

运行

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

生成自动文档:

npx compodoc -p tsconfig.json -s

测试

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Nest.js Demo with Fastify and Swagger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published