This project is a conference management system built with Java and an embedded Apache Derby database. It includes a graphical user interface (GUI) using Swing and provides functionality to manage attendees, sessions, and feedback.
- Register attendees and link them to multiple sessions.
- View sessions and submit feedback.
- Manage sessions and attendees through the database.
- Java JDK 11 or later: Ensure you have Java JDK installed. This project uses OpenJDK 11.
- NetBeans IDE 14: This project was developed using NetBeans. You can download NetBeans from Apache NetBeans.
-
Open your terminal or command prompt.
-
Navigate to the directory where you want to store the project.
-
Clone the repository by running the following command:
git clone https://github.com/TariqRiyaz/PDCConferenceSystem.git
Open NetBeans IDE. Go to File > Open Project. Navigate to the cloned repository directory, select the project, and click Open. NetBeans will load the project along with its dependencies.
In the Projects tab, navigate to the MainFrame.java file: src > path.to.your.package > MainFrame.java Right-click on MainFrame.java and select Run File. It should open up a GUI