cp .env.example .env
./vendor/bin/sail up -d
./vendor/bin/sail bash
composer install
php artisan migrate
php artisan db:seed --class=SettingsSeeder
(sets default configurable settings, which can be changed through API)
Site should be available here: https://booking-service.maris.pro/
Notes:
- Postman collection stored at
public/Booking Service.postman_collection.json
- built css/js assets are included in repo
- Bearer token is static for testing purposes
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Used Laravel v11.35.11 with Livewire v3
Used DB:
- SQLite