This project is an Event Booking Website built using PHP, CSS.
This web application allows users to book and manage events. It provides a user-friendly interface to browse, book, and manage event information.
- User registration and authentication
- Browse and search for events
- Book events with ease
- Manage bookings and event details
- Responsive design
- PHP: Backend development
- CSS: Styling and layout
- Hack: Additional backend functionalities
To get a local copy up and running on a XAMPP server, follow these steps:
- Clone the repository:
git clone https://github.com/VaibhavKatariya/event-booking-website.git
- Move the project to the XAMPP
htdocs
directory:mv event-booking-website /path/to/xampp/htdocs/
- Start the Apache and MySQL services in the XAMPP control panel.
- Set up your database:
- Open
phpMyAdmin
and create a new database. - Import the provided SQL file (if any) to set up the database schema.
- Open
- Configure your
.env
file with the database credentials.
- Start the development server through XAMPP.
- Open your browser and navigate to
http://localhost/event-booking-website
.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git switch -c feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.