Haritha0705/cloudcart
Enterprise-style e-commerce platform using microservices architecture with independent services for users, products, orders, and payments — containerized with Docker and Kubernetes-ready.
TypeScript
0
0
130+ commits
15K+ lines
Files
src/
public/
Dockerfile
.gitignore
README.md
README.md
An enterprise-style e-commerce platform built with a microservices architecture.
`
Client
v
API Gateway
+---> User Service
+---> Product Service
+---> Order Service
+---> Payment Service
v
Docker / Kubernetes Cluster
`
| Layer | Technology |
|---|---|
| Services | Node.js, Express |
| Gateway | API Gateway |
| Container | Docker |
| Orchestration | Kubernetes |
| CI/CD | GitHub Actions |
| Communication | REST, Message Queues |