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: 2 months ago
JSON representation
Micro services setup in Nodejs
- Host: GitHub
- URL: https://github.com/shankytiwari/microservices-in-nodejs
- Owner: ShankyTiwari
- Created: 2018-08-17T03:52:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T06:19:29.000Z (about 6 years ago)
- Last Synced: 2025-03-24T10:56:26.040Z (3 months ago)
- Topics: api-gateway, microservices, microservices-demo, nodejs-microservices
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 106
- Watchers: 3
- Forks: 60
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.