Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 540 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 540 Bytes

ride share

App like uber or like snap

written with laravel 11 and vue js 3

sample.mp4

Backend

Step One

composer install

Step Two

php artisan migrate

Step Three

php artisan serve
php artisan reverb:start

Frontend

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build