- General info
- Technologies
- Setup
- Project status
Data is collected from 'Our World in Data' repository (https://github.com/owid/covid-19-data/tree/master/public/data/) Technologies and frameworks used in this project:
- Java
- Hibernate
- SQL
- JavaFX
- Make sure you have Java version 11+
- Clone this project to your local directory
- Create database schema named 'covid' for your root user
- Set password for your SQL account in .pom file
- Run the program with Run Configuration COVID-19-data-and-statistics' or execute [javafx:run]
- Input is given via console
- Program automatically update database from repository/li>
- Creates new local database from .csv file
- Allows user to choose a country, start date, end date and one set of data
- Prints result of SQL query in console
- Prints result on chart
- Allows user to save results in new .csv file