Source code for City, University of London's Team Project module.
Make sure to have mySql installed, and setup with a connection
The libraries used were not included, the program uses 3 libraries:
poi 4.1.2: https://poi.apache.org/download.html
javafx 11.0.2: https://gluonhq.com/products/javafx/
mysql-connector 8.0.19: https://downloads.mysql.com/archives/c-j/
To run the application, make sure you add the correct path to these libraries, and make sure your run settings include:
--module-path PATH-TO-JAVAFX-LIB --add-modules javafx.controls,javafx.fxml
Once the application is running

Click the "Setup Database" button, and provide the correct details for the connection you want to use with mySql.
For the "MySql Dump location" select your mysql.exe file, default path: C:\Program Files\MySQL\MySQL Workbench 8.0 CE\mysql.exe
After that, you will be provided with a login name and password which you can use to login to the system.