Phase 0 : scaffolding complet

- Structure monorepo (backend Symfony, frontend React/Vite)
- Docker : FrankenPHP + PostgreSQL/PostGIS + Redis + Traefik labels
- Caddyfile, Dockerfile, .env.example, .gitignore
- MapLibre GL JS + react-map-gl installés
- Roadmap mise à jour

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gwadaking
2026-04-01 02:23:10 -04:00
parent e44916d444
commit f685c96ed6
23 changed files with 3883 additions and 7 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Environnement
.env
.env.local
.env.*.local
# Symfony
backend/var/
backend/vendor/
backend/public/bundles/
backend/.env.local
backend/.env.test.local
# React
frontend/node_modules/
frontend/dist/
frontend/.env.local
# Docker
*.log
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp