SimpleEventRegistrationSystem
A basic Event Management System built with *Java Servlets, **JSP, and **MySQL. This project allows an *Admin to register events and view all listed event
Install / Use
/learn @Osagani31/SimpleEventRegistrationSystemREADME
🎉 Simple Event Management System (Java Servlet + JSP)
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.
🚀 Features
- 🔐 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
🛠 Tech Stack
- Frontend: JSP, HTML, CSS, Bootstrap
- Backend: Java Servlets
- Database: MySQL (managed using phpMyAdmin)
- Server: Apache Tomcat (recommended: v9+)
- Build Tool: IDE (Apache)
🔐 Admin Login Page
Here is the admin login page of the Event Management System:
📝 Register Event Form
Allows the admin to enter event title, date, description, etc.
📋 View All Events or Reservations
Displays a list of all registered events(Reservations)
📋 View All Clients
Displays a list of all Clients who registered.
🧑💼 Assign Manager & Hall
Admin assigns an event manager and hall to a specific event.
(Allocating Employees or event managers in the company):
(Allocating Halls Currently available):
📋 View All Status/Customer Feedbacks
Displays Status of the events and Customer feedbacks
🎬 Demo Video
▶️ Youtube Link : https://youtu.be/ulEu4NkvSEA?feature=shared
📁 Folder Structure
📦 How to Run
- 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
📧 Contact
For suggestions or queries:
GitHub: @Osagani31
