Skip to content

marispro/booking-service

Repository files navigation

Readme

Installation

  1. cp .env.example .env
  2. ./vendor/bin/sail up -d
  3. ./vendor/bin/sail bash
  4. composer install
  5. php artisan migrate
  6. 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 atpublic/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published