Project Title:
EventEase: A Centralized Event Planning Database
Project Description:
Organising events, whether large conferences or small private gatherings, requires efficient coordination
of multiple elements such as guest lists, venue booking, and vendor management. EventEase is designed
to simplify the event planning process by providing a centralised database system where event organisers
can manage all aspects of their events in one place. This database allows event planners to register events,
book venues, and track attendee participation while ensuring smooth collaboration with vendors offering
essential services like catering, decorations, and entertainment. By centralising event-related
data, EventEase reduces logistical inefficiencies and enhances the planning experience for both
organisers and attendees.
The system supports key functionalities such as venue selection, ensuring that event spaces are available
and appropriately assigned based on capacity and location. It also includes an attendee management
module, enabling individuals to register for events, receive notifications, and track their participation.
Additionally, vendors can be linked to specific events, allowing planners to streamline service
coordination. With an intuitive data structure involving four key tables—Events, Attendees, Venues, and
Vendors—this database ensures seamless event execution. By integrating these
components, EventEase serves as a valuable tool for event organisers, simplifying their workflow while
enhancing the overall experience for participants and service providers.
Users:
• Event Planners: Manage event details, book venues, and coordinate vendors.
• Attendees: Register for events, view event schedules, and receive updates.
• Vendors: Offer services such as catering, decorations, and sound systems.
Key Features:
• Venue selection with availability tracking
• Attendee registration and ticket booking system
• Event schedule management (timings, sessions, speakers)
• Vendor coordination for services like catering and logistics
• Event performance tracking (number of attendees, reviews, etc.)
Database Structure (Tables):
1. Events (EventID, Name, Date, Time, VenueID, PlannerID, Description)
2. Attendees (AttendeeID, Name, Email, Phone, EventID, TicketStatus)
3. Venues (VenueID, Name, Location, Capacity, AvailabilityStatus)
4. Vendors (VendorID, Name, ServiceType, Contact, EventID)