/reservation-service

Bachelor thesis on microservices

Primary LanguagePHP

Reservation Service

Commands

Quick Installation

./vendor/bin/sail up -d
./vendor/bin/sail artisan migrate
./vendor/bin/sail artisan db:seed

Make server available

./vendor/bin/sail artisan serve

Make directories writeable for container? (maybe there is a different solution)

touch ./storage/logs/laravel.log
chmod 777 ./storage/framework/sessions/
chmod 777 ./storage/framework/views/
chmod 777 ./storage/framework/cache/data/
chmod 777 ./bootstrap/cache