nestjs-rest-boilerplate:NestJS REST API样板

时间:2021-05-17 05:11:56
【文件属性】:
文件名称:nestjs-rest-boilerplate:NestJS REST API样板
文件大小:152KB
文件格式:ZIP
更新时间:2021-05-17 05:11:56
TypeScript 一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序,受到极大启发。 描述 框架TypeScript入门资料库。 安装 $ 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 支持 Nest是MIT许可的开源项目。 得益于赞助商和出色支持者的支持,它可以发展壮大。 如果您想加入他们,请在这里阅读更多内容。 保持联系 作者-KamilMyśliwiec 网站-https: //nestjs.com
【文件预览】:
nestjs-rest-boilerplate-master
----.gitignore(382B)
----package.json(3KB)
----Makefile(1KB)
----src()
--------app.module.ts(233B)
--------main.ts(889B)
--------users()
----.dockerignore(112B)
----.env.sample(242B)
----.env.test(153B)
----jest.config.js(297B)
----db()
--------migrations()
----tsconfig.json(336B)
----docker-compose.yml(1KB)
----.eslintrc.js(831B)
----README.md(3KB)
----.eslintignore(7B)
----tsconfig.build.json(97B)
----test()
--------mocks()
--------e2e()
--------config()
----.editorconfig(165B)
----.prettierrc(100B)
----ormconfig.js(654B)
----yarn.lock(330KB)
----docker()
--------Dockerfile(310B)
----nest-cli.json(64B)

网友评论