nest auth example:使用Passport进行Nest.js身份验证。 现实世界的例子 源码
一个渐进式的框架,该框架受启发,用于构建高效且可扩展的服务器端应用程序。 描述 框架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.zip
(预估有个73文件)
nest-auth-example-master
tsconfig.build.json
97B
.env.example
333B
.github
workflows
stress-test.yml
2KB
e2e-test.yml
3KB
unit-test.yml
2KB
.eslintrc.js
599B
src
暂无评论