buildingAPI Installation git clone https://github.com/matthiku/buildAPI.git cd buildAPI composer update copy .env.example .env create new database edit .env, and enter database credentials php artisan keys:generate php artisan migrate php artisan passport:install