A basic Event Management System built with *Java Servlets, **JSP, and **MySQL. This project allows an *Admin to register events and view all listed events. Designed for learning the basics of web development using Java EE technologies.
- 🔐 Admin-only access(username-admin/password-admin123)
- 📝 Add/Register events (title, date, description, etc.)
- 📋 View all listed events
- 📝 Assign Event Manager and allocated Hall to Co-ordinate event
- 📋 View all Assign Event Manager and Hall
- 📝 Add Event Status with Customer Comments to Analyze data about the business and for Marketing purposes
- 📋 View all Event Status
- 💾 MySQL database integration (via phpMyAdmin)
- 🖥 Hosted on Apache Tomcat server
- Frontend: JSP, HTML, CSS, Bootstrap
- Backend: Java Servlets
- Database: MySQL (managed using phpMyAdmin)
- Server: Apache Tomcat (recommended: v9+)
- Build Tool: IDE (Apache)
Here is the admin login page of the Event Management System:
Allows the admin to enter event title, date, description, etc.
Displays a list of all registered events(Reservations)
Displays a list of all Clients who registered.
Admin assigns an event manager and hall to a specific event.
(Allocating Employees or event managers in the company):

(Allocating Halls Currently available):

Displays Status of the events and Customer feedbacks
▶️ Youtube Link : https://youtu.be/ulEu4NkvSEA?feature=shared
- Clone or download the repo
- Import project into Apache NetBeans
- Set up Tomcat Server (v9+)
- Import the
eventdb.sqlfile into phpMyAdmin - Update DB connection info in
DBConnection.java - Run on
http://localhost:8080/WebApplication1
For suggestions or queries:
GitHub: @Osagani31







