nest-auth-example:使用Passport进行Nest.js身份验证。 现实世界的例子

时间:2024-02-26 16:33:21
【文件属性】:

文件名称:nest-auth-example:使用Passport进行Nest.js身份验证。 现实世界的例子

文件大小:146KB

文件格式:ZIP

更新时间:2024-02-26 16:33:21

typescript backend rest-api postgresql passport

一个渐进式的框架,该框架受启发,用于构建高效且可扩展的服务器端应用程序。 描述 框架TypeScript入门资料库。 安装 $ npm install $ cp .env.example .env 数据库(开发) # start the database $ docker-compose up -d # run migrations $ npm run typeorm migration:run 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run sta


【文件预览】:
nest-auth-example-master
----tsconfig.build.json(97B)
----.env.example(333B)
----.github()
--------workflows()
----.eslintrc.js(599B)
----src()
--------health.controller.spec.ts(1KB)
--------main.ts(277B)
--------auth()
--------todo()
--------migrations()
--------setup.ts(1KB)
--------app.service.ts(142B)
--------app.module.ts(671B)
--------health.controller.ts(619B)
--------user()
--------app.controller.ts(274B)
--------app.controller.spec.ts(617B)
----.gitpod.yml(276B)
----nest-cli.json(64B)
----.travis.yml(559B)
----tsconfig.json(336B)
----test()
--------auth.e2e-spec.ts(2KB)
--------jest-e2e.json(223B)
--------app.e2e-spec.ts(1KB)
--------profile.e2e-spec.ts(2KB)
--------fixtures()
--------todo.e2e-spec.ts(4KB)
----.prettierrc(78B)
----Procfile(46B)
----README.md(4KB)
----ormconfig.js(303B)
----docker-compose.yml(547B)
----.editorconfig(207B)
----app.json(531B)
----.gitpod.Dockerfile(86B)
----.gitignore(5KB)
----package-lock.json(363KB)
----package.json(3KB)
----stress-test()
--------main.js(2KB)
--------auth.js(2KB)
--------profile.js(923B)
--------todo.js(5KB)

网友评论