A minimal, runnable set of Django DRF microservices (Users, Products, Orders, Payments) orchestrated via Docker Compose.
- Each service: Django + Django REST Framework
- Inter-service communication: REST over HTTP
- Data: PostgreSQL (each service can have its own database)
- Configuration management: environment variables in Docker Compose
- Cache/Queues: Redis (optional)
- Docker Engine
- Docker Compose
-
Clone the entire project
-
Build and run with Docker Compose
docker-compose up --build