Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.61 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.61 KB

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About TIKITI

-Buy all tickets in one place

  • Simple to use
  • Multiple platforms
  • Real-time event flight price updates

Tikiti is accessible, powerful, and makes booking very easy.

Installing and running Tikiti

Note: Make sure you have git installed locally on your computer first. cd into the directory where you want to clone the project

  1. Clone GitHub repo for this project locally
  git clone https://github.com/KirinyetBrian/Tikiti-Flight-Booking.git
  
  1. cd into your project

  2. Install Composer Dependencies

 composer install
  1. Create a copy of your .env file
cp .env.example .env
  1. Generate an app encryption key
php artisan key:generate
  1. Create an empty database for our application in php my admin

  2. In the .env file, add database information to allow Laravel to connect to the database

  3. Migrate the database

php artisan migrate

php artisan serve

9.You can now access the app through http://127.0.0.1:8000/