chore: snapshot état initial API Gestion des Marchés RLA — V0

Version initiale de l'API complète :
- Frontend : index.html (thème McKinsey, tableau de bord dynamique)
- Backend Express : server.js, routes/, services/, middleware/
- Authentification JWT, rôles, logs
- Connexion Baserow (NAS 192.168.100.33)
- Export PDF/XLSX, statistiques, alertes, pilotage
- Docker : Dockerfile, .env.example

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Nabil Derouiche
2026-03-22 22:17:27 +01:00
co-authored by Claude Sonnet 4.6
commit 2be438f1f1
43 changed files with 7672 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
JWT_SECRET=your_jwt_secret_here
BASEROW_API_URL=https://baserow.bolbol.tn/api/
BASEROW_TOKEN=your_baserow_token
BASEROW_TABLE_MARCHES=856
BASEROW_TABLE_PIPELINE=872
PORT=3005
# Optionnel
SEUIL_STANDARD=70
SEUIL_CRITIQUE_PCT=90
DELAI_CRITIQUE=45
DELAI_ATTENTION=90