Bus Ticket Reservation System is an automated system for purchasing online bus tickets.
##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: admin@gmail.com
user_type: admin
password: admin
Agent:
url: project_url/admin
user_name: agen3@gmail.com
user_type: agent
password: 123
User panel:
email: pantek@gmail.com
password: pantek
You did it !!
Open your xampp/ wampp server. Run the project in url in browser and enjoy ..
Me Myself and I
~g0rkyy
Bus Ticket Reserbation System is licensed under the MIT license.