1. 首页
  2. 数据库
  3. 其它
  4. nest auth example:使用Passport进行Nest.js身份验证。 现实世界的例子 源码

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

上传者: 2021-02-19 14:36:27上传 ZIP文件 145.9KB 热度 17次
一个渐进式的框架,该框架受启发,用于构建高效且可扩展的服务器端应用程序。 描述 框架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
用户评论