Website to book movie tickets with various features
Client Side:
- Sign Up/Log In
- Book tickets
- Choose between multiple movies
- Choose between multiple shows
- Give feedback on service
- Read feedback given by other users
- Location of theater
- List of userβs past bookings
- Make virtual payment
- Apply promocode
- Cancel tickets
Admin Side:
- Change movie
- Front-End: HTML, CSS, Bootstrap
- Back-End: PHP
- Database: MySQL
- Server: Apache
- Code Editor: Visual Studio Code
- Other tools: XAMPP Control Panel
Log in page
Home Screen
Movie Details
Watch trailer
Choose showtime
Select Seats
Payment
Confirmation of ticket
Get feedback from users
Presenting good feedback from customers
Booking History and cancellation of tickets
Admin panel to change movie
- Download XAMPP Control Panel : https://www.apachefriends.org/download.html
- Install XAMPP in C Drive
- Paste AstroCinemasCopy folder in C:\xampp\htdocs
- Download database backup "reserveticket.sql"
- Start MySQL in XAMPP Control Panel
- Open phpMyAdmin Homepage, Import database using "reserveticket.sql"
- Start Apache server in XAMPP Control Panel
- To access project, go to http://localhost/AstroCinemasCopy/index.php
β Developed by Ajay Galagali as a acadmic project.