# Delivery Dashboard Metrics service
> A Python Flask based API and Web server to display store delivery
 time metrics.

### Run
```bash
# in /web project folder
pyvenv env
source env/bin/activate
pip install -r requirements.txt
python app.py
```
