Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 853 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 853 Bytes

Microservices in Nodejs

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

  1. User Service
  2. Product Service
  3. Order Service

User Service

This service will implement the User related APIs.

Product Service

This service will implement the Product related APIs.

Order Service

This service will implement the Order related APIs.

API gateway

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