git add .
git commit -m \"Deploy ready\"
git push origin main- Allez sur vercel.com → New Project → Import repo GitHub
- Ajoutez env:
VITE_MAPBOX_TOKEN=pk...(obtenez sur mapbox.com) - Déployé! URL: https://safepath.vercel.app
- render.com → New → Web Service → Docker → GitHub repo
- Env vars (de .env.example):
SECRET_KEY=...(générer nouveau)DEBUG=FalseDB_NAME=... DB_HOST=...(créer Postgres gratuit sur Render)REDIS_URL=...(Redis gratuit Render)ALLOWED_HOSTS=*
- Build Command: auto (Dockerfile)
- URL: https://safepath-api.onrender.com/api/
- Redeploy Vercel avec
VITE_API_URL=https://safepath-api.onrender.com/api
docker-compose up --build
Frontend: http://localhost:5173
Backend: http://localhost:8000/api/- Trajets sécurisés (densité ML)
- Transports IDFM/Navitia
- Maps Leaflet/Mapbox
- Chatbot IA
- Frontend: React/Vite/Leaflet/Recharts
- Backend: Django/DRF/PostGIS/Redis/Pandas/scikit-learn
- DB: Postgres/PostGIS
Fork & star! 🌟
