┌─────────────────────┐
│  📱 Mobile app       │
│  React Native       │
└──────────┬──────────┘
           │
            │  REST / JSON
           ▼
┌─────────────────────┐        ┌──────────────────┐
│   API Gateway       ├───────▶│  Auth service   │
│   rate limits       │        │  JWT, OAuth2     │
└──────────┬──────────┘        └──────────────────┘
           │
           ▼
┌─────────────────────┐
│  Orders service     │
│  🐍 Python / FastAPI │
└──────────┬─────────┘
           │
           │
┌─────────────────────┐
│  PostgreSQL         │
└─────────────────────┘
