Skip to content

digiphilo/covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid

pandemic utilities

Setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running It

cd covid
export FLASK_APP=app.py
flask run

Open http://localhost:5000/

Development

cd covid
source venv/bin/activate
pylint --rcfile pylintrc cv_api/app.py