Skip to content

Shemaees/bus-booking-system

Repository files navigation

About Bus Booking System

The goal of this project is to implement a building a fleet-management system (bus-booking system) using the latest version of the Laravel Framework

Project Environment


copy .env.example to .env file
set the following Database Criedentials according to your Decker Config
For Example:
    DB_CONNECTION=mysql
    DB_HOST=mysql
    DB_PORT=3306
    DB_DATABASE=homestead
    DB_USERNAME=homestead
    DB_PASSWORD=homestead

How to deploy

Create a new database with name "your_db_name"
To install the vendors Run command composer update
To run the migrations and create the database 
Run command php artisan migrate. 
Run php artisan serve to make the project work.

Built With

Laravel - The web framework used

Dashboard link

APP_URL/dashboard/login

dashboard credentials

Email: admin@bus-booking-system.com
Password: password

Api link

APP_URL/api/

Api credentials

Email: mahmoudshemaees@gmail.com
password: password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors