coronavirus-tracker - api The api is simple and written in python using Flask. Prerequisites You will need the following things properly installed on your computer. Python 3 Flask pipenv Installation cd api pipenv install Running / Development flask run Visit your app at http://localhost:5000. Running Tests Linting Building Deploying