HealthyFit/ ├── app.py # Main Flask application & all routes ├── config.py # Environment variable bindings ├── forms.py # WTForms form definitions ├── models.py # SQLAlchemy database models ├── ...