nestjs-realworld-example-app:使用TDD开发基于Nestjs + TypeORM的真实世界项目

时间:2024-05-22 07:38:51
【文件属性】:

文件名称:nestjs-realworld-example-app:使用TDD开发基于Nestjs + TypeORM的真实世界项目

文件大小:183KB

文件格式:ZIP

更新时间:2024-05-22 07:38:51

TypeScript

NestJS代码库包含遵循 API规范的真实示例(CRUD,身份验证,高级模式等)。 入门 安装 ... 数据库 示例代码库将与Postgres使用。 使用名称nestjsrealworld (或您在ormconfig.json中指定的名称)创建一个新的postgres数据库。 在ormconfig.json中设置mysql数据库设置 { "type": "mysql", "host": "localhost", "port": 3306, "username": "your-mysql-username", "password": "your-mysql-password", "database": "nestjsrealworld", "entities": ["src/**/**.entity{.ts,.js}"], "synchronize":


【文件预览】:
nestjs-realworld-example-app-master
----.gitignore(406B)
----Dockerfile(292B)
----package.json(3KB)
----src()
--------app.module.ts(406B)
--------utils.spec.ts(274B)
--------app.controller.spec.ts(1KB)
--------user()
--------auth()
--------main.ts(865B)
--------app.controller.ts(307B)
--------config.ts(63B)
--------utils.ts(222B)
----.dockerignore(13B)
----LICENSE(1KB)
----tsconfig.json(421B)
----.github()
--------workflows()
----.env.template(308B)
----README.md(2KB)
----tsconfig.build.json(97B)
----test()
--------.eslintrc.json(53B)
--------orm-config.ts(368B)
--------app.e2e-spec.ts(633B)
--------auth.e2e-spec.ts(3KB)
--------jest-e2e.json(243B)
----project-logo.png(36KB)
----yarn.lock(320KB)
----nest-cli.json(64B)

网友评论