Node Express & Typescript Microservices

This project is basic demo of Microservices in Nodejs, Along with API gatway. In this project we have three Microservices, as slisted below

  1. Auth Service
  2. Product Service
  3. User Service

Auth Service

This service will implement the Auth related APIs.

Product Service

This service will implement the Product related APIs.

User Service

This service will implement the User-related APIs.

API gateway

An API Gateway where you will add Rate Limit and other Authentications.