├── backend/ # Flask app │ ├── app.py │ ├── Dockerfile │ └── requirements.txt │ ├── frontend/ # React app (created with create-react-app) │ └── ... │ ├── db/ # MySQL initialization │ └── init ...
DATABASE_URL=postgresql://user:password@host:port/database PORT=8000 FLASK_ENV=production SECRET_KEY=your-secret-key-here Vérifie l'état de l'application et la ...