Microservices-in-Nodejs
Microservices-in-Nodejs copied to clipboard
Micro services setup in Nodejs
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
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.