event-sourcing-nestjs-example:使用Event Sourcing和CQRS和NestJS的示例项目

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

文件名称:event-sourcing-nestjs-example:使用Event Sourcing和CQRS和NestJS的示例项目

文件大小:119KB

文件格式:ZIP

更新时间:2024-05-22 07:30:22

TypeScript

描述 使用Redis作为读取数据库,使用mongo作为事件源数据库的CQRS + 。 所有这些都是使用typescript在NestJS之上开发的。 如果您在寻找GraphQL impl而不是API Rest,请检查此。 安装 $ npm install 配置 $ cp .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 从哪儿开始 您可以先检查“ src / users /


【文件预览】:
event-sourcing-nestjs-example-master
----package.json(2KB)
----tslint.json(426B)
----test()
--------jest-e2e.json(183B)
--------app.e2e-spec.ts(630B)
----package-lock.json(349KB)
----.env.example(220B)
----nest-cli.json(64B)
----src()
--------auth()
--------app.module.ts(768B)
--------main.ts(272B)
--------users()
--------common()
--------app.controller.ts(175B)
--------config.ts(291B)
--------scripts()
----tsconfig.json(336B)
----.gitignore(402B)
----README.md(1014B)
----tsconfig.build.json(97B)

网友评论