Before running this application, please ensure you have the following prerequisites:
-
MySQL Database
- Install MySQL Server on your system if not already installed.
-
MySQL Connector/J
- Download and add the MySQL Connector/J to your project's classpath.
-
Database Configuration
- The application is configured to connect to the database with the following credentials:
- Username: root
- Password: cse360!!!
- If you need to use different credentials, please modify the DatabaseUtil class accordingly.
- The application is configured to connect to the database with the following credentials:
-
Java Development Kit (JDK)
- Ensure you have JDK 21 or higher installed on your system.
-
JavaFX
- Make sure JavaFX is properly set up in your development environment.
- Running the SQL script in the sqlscript.txt file
- Compile the Java files.
- Run the MainApp class to start the application.
Note: If you encounter any database connection issues, please verify that your MySQL server is running and that the credentials in the DatabaseUtil class match your MySQL setup.
For any questions or issues, please contact Kavish Shah at [email protected]