The project aims to develop a website where customers can book movie tickets with ease without standing in long queues. The project objective is to book cinema tickets online. The Movie Ticket Booking System is an Internet based application that can be accessed throughout the net and can be accessed by anyone who has a net connection. The website provides complete information regarding currently running movies, upcoming movies with details of show timings, available seats in different theatres
- Download zip folder from github
- Transfer this folder from Downloads to htdocs
- To go to htdocs, follow these steps:
sudo nautilus
- Extra locations -> Computer -> opt -> lampp -> htdocs
- Unzip the folder
- Download PHPMyAdmin from official website
- Configure and open it
cd /opt/lampp
sudo ./manager-linux-x64.run
- Click on "Start All"
- Open browser and type http://localhost/phpmyadmin
- Create a new database, iwp and go to the database
- Click on Import button
- Import the file "iwp.sql" situated in the IWP folder (htdocs)
- You are now good to go
- Open the IWP folder in any text editor/IDE and make changes.
Client: HTML5/CSS3/JS, Bootstrap4
Server: PHP, MySQL
- W3 Schools
- Developer Mozilla DOcs
- Official PHP Manual
- PHPMyAdmin
- CSS Tricks
- JavaScript Official Website
- Bootstrap Carousel
- BookMyShow
Screenshots are present in the Documentation provided.