https://github.com/himanshuteotia/microservice_architecture
Microservice architecture for small eCommerce website
https://github.com/himanshuteotia/microservice_architecture
Last synced: 4 months ago
JSON representation
Microservice architecture for small eCommerce website
- Host: GitHub
- URL: https://github.com/himanshuteotia/microservice_architecture
- Owner: himanshuteotia
- Created: 2020-04-12T18:20:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T05:05:41.000Z (over 4 years ago)
- Last Synced: 2024-12-27T08:27:51.676Z (5 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
microservice_architecture :
Building small e-commerce architecture using microservices. In this project, I have lots of different modules
1. user orders
2. shipping address
3. users details
4. stores those have different products like ( store name: Nike, products: Nike shirts, shoes etc.)
5. API gateway: it will act like a middleware (between the front end and backend ) has various features like routing (Mobile, Web), SSL, Authentication, Authorization, Adaptor, Serve static content, cache, load balancer, protocol adaptor ( switch between protocols like https2 or http1 ) also cavalry release ( will add this in future )I will also add how we can resolve to cascade failure
### will not add any testing techniques