Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 628 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 628 Bytes

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