bank-api-gateway icon indicating copy to clipboard operation
bank-api-gateway copied to clipboard

Description

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

Repositories

  • https://github.com/hellokvn/bank-account-svc - Bank Account Microservice
  • https://github.com/hellokvn/bank-funds-svc - Bank Funds Microservice
  • https://github.com/hellokvn/bank-api-gateway - API Gateway (you are here)
  • https://github.com/hellokvn/nestjs-event-sourcing - Event Sourcing as NestJS Module
  • https://github.com/hellokvn/bank-shared-proto - Shared Proto Repository

Installation

$ make proto

Running with Docker

$ docker-compose up -d

Running on your local machine

$ make server

Author