Go to file
Mohammad Amin Mirzaee 83ce1b236a Testing app 2025-11-27 09:50:55 -05:00
scripts Testing app 2025-11-27 09:50:55 -05:00
.env.example Testing app 2025-11-27 09:50:55 -05:00
.flake8 Testing app 2025-11-27 09:50:55 -05:00
.gitignore Testing app 2025-11-27 09:50:55 -05:00
README.md Testing app 2025-11-27 09:50:55 -05:00
app.py Testing app 2025-11-27 09:50:55 -05:00
config.py Testing app 2025-11-27 09:50:55 -05:00
requirements.txt Testing app 2025-11-27 09:50:55 -05:00
run.py Testing app 2025-11-27 09:50:55 -05:00
wsgi.py Testing app 2025-11-27 09:50:55 -05:00

README.md

WearWell Flask Application

Setup

  1. Copy .env.example to .env
  2. Update .env with your configuration
  3. Install dependencies: pip install -r requirements.txt
  4. Run: python run.py

Development

  • Use requirements-dev.txt for development tools