The Online Bus Ticket Booking System for Travel Management is a mini project that aims to provide a convenient and user-friendly platform for travelers to search and book bus tickets online. This project utilizes the power of database management using MySQL to store and manage the necessary information related to buses, routes, schedules, and bookings.
The system allows users to search for buses based on their desired origin and destination, along with the preferred travel date. Upon entering these details, the system retrieves relevant information from the database and displays available bus options, including departure time, duration, fare, and seat availability.
-
phpmyadmin used for mysql database
-
php used for backend
-
html5 | css | javascript | bootstrap4 for frontend
-
Xampp server
step 1:- Install Xampp
step 2:- Open Xampp folder and paste the whole project inside htdocs folder
step 3:- Start Xampp server and start apache and mysql
step 4:- open phpmyadmin using this link http://localhost/phpmyadmin/ and create a database with name (transport) name should be same otherwise it so error
step 5:- inside the project folder a file is transport.sql is import in phpmyadmin inside transport database
step 6:- check your project http://localhost/transport/
step 7:- admin username :-admin and password : admin
Do star, fork and share the repo to show your support, it would help others too!
Let me know your views or any changes or improvements or contribute to make better for others
❤️ Thank you all for Forking this repository and contribute ❤️