Skip to content

codewisedev/microservice-cqrs

Repository files navigation

CQRS example

Microservice with CQRS, RabbitMQ and gRPC in NestJs

Installation

Go to all service and run this command:

npm install

Run Using Docker

  • Install Docker and Docker-compose
  • run the following command

Back to root project and run this command:

sudo docker-compose --env-file docker.env -f docker-compose.yml up --build

Run Test

Run all services and go to nashville service path and run this command:

npm run test:e2e domain/*.e2e-spec.ts

WebSocket

  • URL: ws://nashville:3003
  • Event: GET_TASK

API Document Url

About

Microservice with CQRS, RabbitMQ and gRPC in NestJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published