文件名称:nestjs-auth-starter-kit:NestJS Auth入门套件(打字稿typeorm swagger护照bcrypt)
文件大小:161KB
文件格式:ZIP
更新时间:2024-06-05 22:25:51
typescript swagger bcrypt passport typeorm
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序,受到极大启发。 描述 框架TypeScript入门资料库。 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # incremental rebuild (webpack) $ npm run webpack $ npm run start:hmr # 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许可的开源项目。 得益于赞助商和出色支持者的支持,它可以发展壮大。 如
【文件预览】:
nestjs-auth-starter-kit-master
----environment()
--------environment.dev.ts(105B)
----package.json(2KB)
----tslint.json(1KB)
----test()
--------jest-e2e.json(154B)
--------app.e2e-spec.ts(592B)
----.prettierrc(73B)
----tsconfig.spec.json(135B)
----package-lock.json(469KB)
----src()
--------auth()
--------app.module.ts(514B)
--------user()
--------main.ts(588B)
--------profile()
--------app.controller.ts(332B)
--------app.service.ts(138B)
--------main.hmr.ts(329B)
--------app.controller.spec.ts(639B)
----tsconfig.json(571B)
----ormconfig.json(204B)
----.gitignore(6KB)
----webpack.config.js(695B)
----nodemon-debug.json(136B)
----README.md(3KB)
----yarn.lock(130KB)
----nodemon.json(132B)
----.vscode()
--------launch.json(195B)