Application full-stack (React + Express) pour le Hackathon Veolia 2026.
-
Installation :
npm install
-
Configuration :
cp .env.example .env # Ajoutez votre GOOGLE_API_KEY dans le .env -
Développement :
npm run dev
- Frontend : http://localhost:8080
- Backend : http://localhost:3001
-
Production :
npm run prod
npm run dev: Frontend + Backend (mode dev)npm run prod: Build frontend + Lancement serveur
src/: Frontend Reactcontrollers/,routes/,server.js: Backend Express.jsdata/: Données Excel (raw/modified)public/: Assets et destination du build de production
