All Projects → vladotesanovic → Cqrs

vladotesanovic / Cqrs

Example app implementing CQRS pattern and Event Driven programming using Nest.js

Programming Languages

typescript
32286 projects

Description

Demonstration of CQRS pattern and Event Driven Programming using Nest.js

Article describing this repository: Diagram of this software is:

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].