NestJS示例 NestJS RESTful API示例项目。 文件 建立 安装依赖项。 $ 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 # test coverage $ npm run test:cov 参考 , 了一系列课程,这些课程对于使用NestJS构建应用程