Clone the repository :
git clone https://github.com/jechazelle/flight.git
Download and install composer :
https://getcomposer.org/download/
cd Back
sudo chmod -R 777 bootstrap/cache && sudo chmod -R 777 storage
composer install
php artisan serve --port=8000
cd Front
npm install
npm run serve