We are the best, don't listen to anyone else
For travelers in the world during COVID-19 pandemic, we designed a web application that assists travelers in searching for the rate of selected country's COVID-19 Cases, Hospitalization, Testing, and Vaccination. This project is intended to help people gain confidence in their trips as the pandemic goes on, giving them the power to decide for themselves whether or not to travel to a certain location. We used a OWID COVID-19 Dataset for our project. We have preprocessed the CSV file This dataset is stored in a MySQL database, which was created from scratch for this project. The MySQL instance was set up via the Google Cloud Platform. Users can leave a new review and rating for each airport, read previous users' reviews, view aggregated values of COVID-19 data, and view the data visualization of the COVID-19 related data.
First, install relevant Python packages including Flask
pip install flask flask_sqlalchemy pymysql pyyaml plotly pandas
Run the app using Flask
For Mac OS
, Linux
export FLASK_APP=app
flask run
For Windows
set FLASK_APP=app
flask run
Project Contributer:
Info | Description |
---|---|
TeamID | 101 |
TeamName | abduFormedTeam |
Captain | Wonjong (Jeff) Shin |
Captain | [email protected] |
Member1 | Tejal Bajaj |
Member1 | [email protected] |
Member2 | Steven James |
Member2 | [email protected] |
Member3 | Tarun Voruganti |
Member3 | [email protected] |