The Event Management System is a Java-based desktop application built using Swing. It allows users to manage events with features such as adding, updating, and viewing event details.
- Add events with name, description, time, duration, and date.
- Update existing event details.
- View and manage events in a tabular format.
- Database integration for persistent storage.
- Java Swing for UI
- MySQL for database
- IntelliJ IDEA GUI Designer
- Clone the repository.
- Import the project into IntelliJ IDEA.
- Ensure you have a MySQL database setup with the schema provided in
resources/database.sql
. - Run the
Main.java
file.