demo-> https://drive.google.com/file/d/1fK9BXInxgTq1igxuO618qlsmlCYkOlxT/view?usp=sharing
Setup
composer install
npm install
Set up .env file
copy env.example an paste as .env
Generate app key
php artisan generate:key
Start the server
php artisan serve
npm run dev