文件名称:cqrs:使用Nest.js实现CQRS模式和事件驱动编程的示例应用程序
文件大小:68KB
文件格式:ZIP
更新时间:2024-06-06 02:29:34
TypeScript
描述 使用Nest.js演示CQRS模式和事件驱动编程 描述此存储库的文章:该软件的框图为: 安装 $ npm install 运行应用 # 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
【文件预览】:
cqrs-master
----.gitignore(375B)
----package.json(2KB)
----tslint.json(426B)
----package-lock.json(222KB)
----src()
--------app.module.ts(772B)
--------bid()
--------app.controller.spec.ts(617B)
--------auction()
--------main.ts(208B)
--------app.controller.ts(909B)
--------mail()
----tsconfig.json(336B)
----README.md(456B)
----tsconfig.build.json(97B)
----test()
--------app.e2e-spec.ts(561B)
--------jest-e2e.json(183B)
----.prettierrc(51B)
----nest-cli.json(84B)