Production-ready e-commerce platform with React frontend, Node.js BFF, and Python microservices.
# Install dependencies
make install
# Start local environment
make up
# Access the app
# Frontend: http://localhost:5173
# BFF API: http://localhost:3001- Frontend: React + Vite + Tailwind CSS
- BFF: Node.js + Express
- Users: Python FastAPI
- Orders: Python FastAPI
- Payments: Python FastAPI
- Inventory: Python FastAPI
See /docs for detailed documentation.