The Event Management System (EMS) is a web application that allows users to book event venues, catering services, and other event-related services. The system provides a user-friendly interface for managing event bookings, ensuring a seamless experience for both users and administrators.
-
User Registration and Login: Users can create an account and log in to manage their bookings.
-
Venue Booking: Users can select from various halls and book them for specific dates.
-
Catering Services: Multiple catering options are available for selection.
-
Responsive Design: The system is designed to be responsive and user-friendly across different devices.
-
Download and Install WAMP/XAMPP:
Follow the instructions on the website to download and install WAMP/XAMPP on your computer.
-
Start WAMP/XAMPP:
- Open WAMP/XAMPP Control Panel.
- Start the Apache and MySQL services.
-
Clone the repository:
git clone https://github.com/yourusername/ems.git
-
Move the project to the web directory:
- For WAMP: Move the
emsfolder toC:\wamp64\www\(orC:\wamp\www\depending on your installation). - For XAMPP: Move the
emsfolder toC:\xampp\htdocs\.
- For WAMP: Move the
-
Access the application:
- Open your browser and go to
http://localhost/Home.html.
- Open your browser and go to
- HTML, CSS, JavaScript: Frontend development.
- PHP: Server-side scripting.
- MySQL: Database management.
- Bootstrap: Frontend framework for responsive design.