|
|
||
|---|---|---|
| scripts | ||
| .env.example | ||
| .flake8 | ||
| .gitignore | ||
| README.md | ||
| app.py | ||
| config.py | ||
| requirements.txt | ||
| run.py | ||
| wsgi.py | ||
README.md
WearWell Flask Application
Setup
- Copy
.env.exampleto.env - Update
.envwith your configuration - Install dependencies:
pip install -r requirements.txt - Run:
python run.py
Development
- Use
requirements-dev.txtfor development tools