Skip to content

TariqRiyaz/PDCConferenceSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conference Management System

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.

Features

  • Register attendees and link them to multiple sessions.
  • View sessions and submit feedback.
  • Manage sessions and attendees through the database.

Getting Started

Prerequisites

  • 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.

Cloning the Repository

  1. Open your terminal or command prompt.

  2. Navigate to the directory where you want to store the project.

  3. Clone the repository by running the following command:

    git clone https://github.com/TariqRiyaz/PDCConferenceSystem.git
    

To run the GUI

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages