Bus Ticket Reservation System is an automated system for purchasing online bus tickets. This project was my 3rd year varsity project developed by my team.
##Features
- System Setting Management
- Online Ticket Booking
- Real Time Booking System
- Booking Cancel Request
- Easy to signup / signin
- Trip Management
- Profile Management
- Agent Management
- Admin Dashboard
##Requirements
php: <= 7.3
MySql: <= 5.7
Apache: <= 2.4
To use this project have to setup the config:
create a database in MySQL server.
Next, you should replace the config file
open config folder
open config.php file
change the database credentials with yours
Finally, you should import the sql file to your created database:
open the sql folder
import ticket_reservation.sql file via phpmyadmin or any other tools
Login Credentials
Admin:
url: project_url/admin
user_name: [email protected]
user_type: admin
password: 123
Agent:
url: project_url/admin
user_name: [email protected]
user_type: agent
password: 123
User panel:
email: [email protected]
password: 123
You did it !!
Open your xamp/ wamp server. Run the project in url in browser and enjoy ..
My varsity Teammates
~Saad
~Alif Mariam Bijori
~Shaila Nasrin
Bus Ticket Reserbation System is licensed under the MIT license.