nest starter:WIP构建后端模块化整体所需的一切 源码
套料启动器 构建模块化后端整体所需的一切 安装 使用npm install安装依赖项。 安装PostgreSQL。 有很多方法可以做到这一点。 对于Mac,我们可以推荐 。 其他方法(例如自制程序)在此处进行了描述: : 。 复制.env-example文件并将其命名为.env 。 运行应用 应用程序在上运行 # 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
文件列表
nest-starter-master.zip
(预估有个42文件)
nest-starter-master
.gitignore
409B
package.json
3KB
package-lock.json
368KB
src
app.module.ts
683B
auth
jwt-auth.guard.ts
160B
local-auth.guard.ts
164B
auth.controller.ts
402B
暂无评论