Skip to content

topazmulia/tiket-bis-online

Repository files navigation

Bus Ticket Reservation System

Introduction

Bus Ticket Reservation System is an automated system for purchasing online bus tickets.

##Features

  1. System Setting Management
  2. Online Ticket Booking
  3. Real Time Booking System
  4. Booking Cancel Request
  5. Easy to signup / signin
  6. Trip Management
  7. Profile Management
  8. Agent Management
  9. Admin Dashboard

##Requirements

php: <= 7.3
MySql: <= 5.7
Apache: <= 2.4

Installation

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: admin

Agent:
url: project_url/admin
user_name: [email protected]
user_type: agent
password: 123

User panel:
email: [email protected]
password: pantek

You did it !!
Open your xampp/ wampp server. Run the project in url in browser and enjoy ..

Contributor

Me Myself and I
~g0rkyy

License

Bus Ticket Reserbation System is licensed under the MIT license.