Object-oriented development project.
- Java Development Kit (JDK) installed on your machine.
- A local database server (e.g., MySQL) installed.
-
Database Setup:
- Locate the
databasefolder in the project directory. - Import the provided SQL script (
database_setup.sql) into your database server to create the necessary tables.
- Locate the
-
Configure Database Connection:
-
Open the
sqlConnectionclass in your Java project. -
Find the database connection URL, username, and password settings.
-
Modify the following variables according to your local database configuration:
private static final String URL = "jdbc:mysql://localhost:3306/your_database_name"; private static final String USER = "your_username"; private static final String PASSWORD = "your_password";
-
- Compile and run (Main) your Java program using your preferred IDE or build tool.
UML diagrams were designed. Documenting was done parallely Each student took responsibility over each function. Only 2 contributors could access. others sent codes via discord merged and uploaded