COVID-19 Data Dashboard Using Streamlit
- python version:
3.10
- install Poetry
poetry install
poetry run streamlit run main.py
, and the website URL will behttp://localhost:8501
- install fly.io
fly auth login
cd visualizations/streamlit
fly launch
- Please take a look at
fly.toml
, which is a configuration file from Fly.io. It will be auto-generated if you runfly launch
. We provide it here for your reference. - Modify
Procfile
if needed, and we provide it for your reference.
- Please take a look at
fly secrets set -a [APPLICATION_NAME] API_URL=[COVID-19 global data APIs URL | https://covid19-global-data-api.fly.dev/api]
fly deploy