Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shankytiwari/microservices-in-nodejs
- Owner: ShankyTiwari
- Created: 2018-08-17T03:52:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T06:19:29.000Z (almost 6 years ago)
- Last Synced: 2023-03-06T13:14:38.086Z (almost 2 years ago)
- Topics: api-gateway, microservices, microservices-demo, nodejs-microservices
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 53
- Watchers: 1
- Forks: 34
- 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.