Shaher11 / bus-tickets-app

This is a bus ticket booking app with trips and reservations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Bus Tickets Booking System

This is a Bus Tickets Booking web app. The technologies that were used to develop this app are "Laravel, Vue.js TailwindCSS and RestAPI,"

Technologies

Setup Steps

Some basic Installation commands are:

composer install
npm install

Configrations

  • Copy .env.example file and past it in project root folder
  • Rename it to .env
  • Create new DB and put the database configration in .env file "DB_DATABASE, DB_USERNAME, DB_PASSWORD"

basic commands for run project are:

php artisan migrate
php artisan db:seed

- *Or in short way*
php artisan migrate:fresh --seed

Importent Commands:

php artisan key:generate
npm run dev

Run the project:

php artisan serve

Database Schema

Screenshot

Developed by:

Mohamed Ramadan - moservices11@gmail.com

About

This is a bus ticket booking app with trips and reservations


Languages

Language:PHP 86.9%Language:Blade 12.1%Language:Shell 0.6%Language:JavaScript 0.4%