hellokvn / bank-funds-svc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

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

Repositories

Prerequisites

This application requires running docker services from https://github.com/hellokvn/bank-account-svc

Installation

$ npm install
$ npm run proto

Running with Docker

$ docker-compose up -d

Running on your local machine

$ npm run start:dev command
$ npm run start:dev query

Transfer Funds Flowchart

flowchart

Author

About


Languages

Language:TypeScript 97.6%Language:JavaScript 1.5%Language:Shell 0.8%