An open API service indexing awesome lists of open source software.

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

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