This commit is contained in:
2026-01-18 12:23:01 +01:00
parent ef3d0ed970
commit bb1263edb8
86 changed files with 90289 additions and 0 deletions

16
docs/ARCHITECTURE.md Normal file
View File

@@ -0,0 +1,16 @@
# Architecture cible
## Backend
- FastAPI (routes, services, scheduler)
- SQLite via SQLAlchemy
- Scraper Playwright avec module par boutique
- Logs/artefacts dans `backend/logs` et `backend/data`
## Frontend
- SPA (React/Vite par défaut)
- Thème Gruvbox dark, responsive
- Configurable via `frontend/config_frontend.json`
## Déploiement
- Docker Compose pour backend+frontend
- Cron interne (APScheduler) pour `scrape_all`