基于 ITDog 的 API 程序,本程序与 ITDog 没有任何关系,使用本程序造成的一切后果与开发者无关!如本程序侵害了您的利益,请发送邮件至 [email protected] 联系我进行删除!
可前往 Actions 进行下载,并指定 HTTP_PORT
环境变量来指定对应的 HTTP 端口。
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.