Skip to content

ShankyTiwari/Microservices-in-Nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.