RoomBookingApp is an app written in JavaFx. Application works with MySql database on port 3306. MySql server needs to be installed and running in order to run the application. MySql Workbench is needed to run the script that's used to create a schema and a shema needs to be created: CREATE SCHEMA IF NOT EXISTS HotelSchema;