Skip to content

This repo is for the new features in tikiti.co.ke i.e booking flights

Notifications You must be signed in to change notification settings

KirinyetBrian/Tikiti-Flight-Booking

Repository files navigation

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/

About

This repo is for the new features in tikiti.co.ke i.e booking flights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages