Sistema completo de pedidos por WhatsApp con gestión en tiempo real
- Dashboard: TU-URL-RAILWAY.up.railway.app
- API Docs: TU-URL-RAILWAY.up.railway.app/docs
- Health Check: TU-URL-RAILWAY.up.railway.app/api/health
graph LR
A[Cliente WhatsApp] --> B[n8n Bot + Claude AI]
B --> C[PostgreSQL]
C --> D[FastAPI Backend]
D --> E[Dashboard Web]
F[Railway] --> C
F --> D
F --> E
- 🤖 Bot conversacional con IA (Claude API)
- 📱 WhatsApp Business integración completa
- 🗄️ PostgreSQL base de datos robusta
- ⚡ FastAPI backend de alto rendimiento
- 📊 Dashboard en tiempo real con auto-refresh
- 🚀 Deploy automático en Railway
- 📱 Responsive design mobile-first
| Componente | Tecnología | Versión |
|---|---|---|
| Backend | Python + FastAPI | 3.12+ |
| Database | PostgreSQL | 15+ |
| Frontend | HTML + CSS + JS | Vanilla |
| AI | Claude API | Sonnet |
| Automation | n8n | Latest |
| Deploy | Railway | Cloud |
| Messaging | WhatsApp Business API | v17.0 |
git clone https://github.com/tu-usuario/pizzeria-dashboard-mvp.git
cd pizzeria-dashboard-mvp# Crear entorno virtual
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
# Instalar dependencias
pip install -r requirements.txt# Crear