🚧 Work In Progress 🚧
- Python 3.12
- Pip
- Coverage.py / Pytest (coverage, tests)
- Clone repository
- Install dependencies
- Execute
app.py
to run FastAPI with Uvicorn - Open Swagger UI
git clone https://github.com/paul-florentin-charles/bcn-rainfall-models.git
cd bcn-rainfall-models
pip install -r requirements.txt
python app.py
git clone https://github.com/paul-florentin-charles/bcn-rainfall-models.git
cd bcn-rainfall-models
python -m pip install -r requirements.txt
python app.py
coverage run -m pytest tst
coverage report
python -m coverage run -m pytest tst
python -m coverage report