Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavkatariya/php-event-booking-website
This repository contains an Event Booking Website built using PHP and CSS, allowing users to browse, book, and manage Concerts.
https://github.com/vaibhavkatariya/php-event-booking-website
css html php xampp
Last synced: about 2 months ago
JSON representation
This repository contains an Event Booking Website built using PHP and CSS, allowing users to browse, book, and manage Concerts.
- Host: GitHub
- URL: https://github.com/vaibhavkatariya/php-event-booking-website
- Owner: VaibhavKatariya
- License: mit
- Created: 2024-11-29T22:27:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T22:56:58.000Z (about 2 months ago)
- Last Synced: 2024-11-29T23:25:50.575Z (about 2 months ago)
- Topics: css, html, php, xampp
- Language: PHP
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Event Booking Website
This project is an Event Booking Website built using PHP, CSS.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Introduction
This web application allows users to book and manage events. It provides a user-friendly interface to browse, book, and manage event information.
## Features
- User registration and authentication
- Browse and search for events
- Book events with ease
- Manage bookings and event details
- Responsive design## Technologies Used
- **PHP:** Backend development
- **CSS:** Styling and layout
- **Hack:** Additional backend functionalities## Installation
To get a local copy up and running on a XAMPP server, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/VaibhavKatariya/event-booking-website.git
```
2. Move the project to the XAMPP `htdocs` directory:
```sh
mv event-booking-website /path/to/xampp/htdocs/
```
3. Start the Apache and MySQL services in the XAMPP control panel.
4. Set up your database:
- Open `phpMyAdmin` and create a new database.
- Import the provided SQL file (if any) to set up the database schema.
5. Configure your `.env` file with the database credentials.## Usage
1. Start the development server through XAMPP.
2. Open your browser and navigate to `http://localhost/event-booking-website`.## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git switch -c feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Vaibhav Katariya - [LinkedIn](https://www.linkedin.com/in/vaibhavkatariyaa) - [Email](mailto:[email protected])