https://github.com/shabaz-ejaz/laravel-vue-booking-system
https://github.com/shabaz-ejaz/laravel-vue-booking-system
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shabaz-ejaz/laravel-vue-booking-system
- Owner: shabaz-ejaz
- Created: 2023-04-24T00:19:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T23:00:23.000Z (over 2 years ago)
- Last Synced: 2025-03-13T14:14:21.753Z (7 months ago)
- Language: PHP
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel - Inertia - Vue Booking System
A simple calendar based garage booking system written in Laravel, Inertia and Vue3.
## Steps to install
`` composer install``
`` npm install ``
Copy `.env.example` and create `.env` file, then Ccnfigure local DB then:
`` php artisan migrate ``Serve Laravel web server:
`` php artisan serve ``Run Vite for frontend:
`` npm run dev ``Create a user account and login to access booking system as an admin
OR
visit the homepage to start booking an appointment as a customer