Showroom
Car Showroom with Data Management
Setup
- Git clone this repository
- run
composer install
- copy
.env.example
to.env
and configure database there - create database in local same as
.env
file - run
php artisan key:generate
- run
php artisan migrate --seed
- run
npm install
- run
npm run dev
ornpm run build
- That's it
Tech
- Backend: Laravel 9
- Frontend: Vuejs
- Bridge: Inertiajs
- CSS Styling: Tailwindcss
- Asset Bundling: Vite