Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shankytiwari/microservices-in-nodejs

Micro services setup in Nodejs
https://github.com/shankytiwari/microservices-in-nodejs

api-gateway microservices microservices-demo nodejs-microservices

Last synced: about 2 months ago
JSON representation

Micro services setup in Nodejs

Awesome Lists containing this project

README

        

# 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](https://github.com/ShankyTiwari/Microservices-in-Nodejs/tree/master/UserService)
2. [Product Service](https://github.com/ShankyTiwari/Microservices-in-Nodejs/tree/master/ProductService)
3. [Order Service](https://github.com/ShankyTiwari/Microservices-in-Nodejs/tree/master/OrderService)

## 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](https://github.com/ShankyTiwari/Microservices-in-Nodejs/tree/master/APIGateway) where you will add Rate Limit and other Authentications.