nestjs-seed:带Nest框架+ TypeScript的Seed API

时间:2024-06-05 23:08:47
【文件属性】:

文件名称:nestjs-seed:带Nest框架+ TypeScript的Seed API

文件大小:158KB

文件格式:ZIP

更新时间:2024-06-05 23:08:47

TypeScript

描述 带有框架TypeScript的Seed API,这是一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序,受到极大启发。 特征 通过将与项目数据库集成来同步用户的作业。 Apm记录器。 配置验证加载环境。 使用类验证器请求验证 用户路由,列出所有用户,获取用户并同步用户。 安装 $ 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 如何使用测试:e2e 端到端测试(例如描述信息)用于测试所有应


【文件预览】:
nestjs-seed-master
----.gitignore(391B)
----tsconfig.json(365B)
----README.md(4KB)
----nest-cli.json(134B)
----.env.sample(382B)
----project.code-workspace(62B)
----migration()
--------1576171192660-create-table-user-history.ts(1KB)
--------1576160977698-create-table-user.ts(1KB)
----.github()
--------workflows()
----.gitlab-ci.yml(544B)
----test()
--------unit()
--------helpers.ts(537B)
--------e2e()
----.prettierrc(51B)
----sonar-project.properties(147B)
----package.json(3KB)
----tslint.json(426B)
----src()
--------jsonplaceholder()
--------apm()
--------user()
--------config()
--------main.ts(1KB)
--------app.controller.ts(345B)
--------app.module.ts(2KB)
--------shared()
----scripts()
--------kubernetes()
--------shell()
--------ci()
----tsconfig.build.json(97B)
----package-lock.json(452KB)

网友评论