Description

This repository is part of my article on Medium:
Microservices with CQRS and Event Sourcing in TypeScript with NestJS

Repositories

Installation

$ npm install
$ npm run proto

Running with Docker

$ docker-compose -f docker-compose.yml -f docker-compose.apps.yml up

Running on your local machine

$ docker-compose up
$ npm run start:dev command
$ npm run start:dev query

Open Account Flowchart

flowchart

Author