Uses docker for local development
Uses composer and npm for package managing
First run composer install then npm install
Then php artisan key:generate. IF this does not work run docker-compose up then docker-compose exec code php artisan key:genrate then you might have to restart your containers or re-build
Finally docker-compose up
This app uses google flights api which I believe at this moment is no loger supported. Needs to be changed in order for the app to work again.