Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 294 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 294 Bytes

Webapp-COVID19

Website app for operations research problems in COVID-19
Based on https://github.com/Huiwen-git/Web-app

To run this app, after downloading it, you can run

SET FLASK_APP=application.py
flask run

in cmd or

export FLASK_APP=application.py
flask run

in Bash.