nestjs-sequelize-typescript:Nest +续集打字稿+ JWT + Jest + Swagger

时间:2024-05-22 09:40:38
【文件属性】:

文件名称:nestjs-sequelize-typescript:Nest +续集打字稿+ JWT + Jest + Swagger

文件大小:214KB

文件格式:ZIP

更新时间:2024-05-22 09:40:38

TypeScript

描述 由制作的入门套件项目,演示了CRUD用户,JWT身份验证,CRUD帖子和e2e测试。 实施的技术: (ORM)+ 先决条件 (> = 10.8.0) (> = 6.5.0) 安装 $ npm install 设置数据库以进行开发和测试 下表显示了PostgreSQL数据库连接选项: 选项 发展 测试 主持人 本地主机 本地主机 港口 5432 5432 用户名 Postgres Postgres 密码 Postgres Postgres 数据库 巢 nest_test 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod 测试 # e2e tests $ npm run test 其他命令 # for


【文件预览】:
nestjs-sequelize-typescript-master
----.gitignore(97B)
----package.json(3KB)
----tslint.json(481B)
----package-lock.json(391KB)
----src()
--------app.module.ts(335B)
--------posts()
--------swagger.ts(495B)
--------main.ts(373B)
--------users()
--------shared()
--------database()
----assets()
--------logo.png(106KB)
----db()
--------migrations()
--------config.ts(67B)
--------seeders-dev()
----tsconfig.json(450B)
----README.md(2KB)
----config()
--------config.production.ts(432B)
--------config.development.ts(327B)
----tsconfig.build.json(116B)
----config.ts(214B)
----nodemon.json(132B)
----nodemon-debug.json(163B)
----.sequelizerc(203B)
----test()
--------app.e2e-spec.ts(5KB)
--------test-data.ts(2KB)
--------jest-e2e.json(183B)
----.prettierrc(85B)
----nest-cli.json(84B)

网友评论