Install Create .env file in client using the .env.example as template Stand up docker containers and enter bash in api docker-compose up docker-compose exec api bash Install PHP dependencies and migrate db tables composer install php artisan migrate