Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 462 Bytes

Build A RealTime Uber Clone App

Steps to run this project:

  1. git clone https://github.com/Bienfait-ijambo/uber-clone.git

  2. cd in in the project

  3. Run composer install command

  4. Setup database

  5. Run php artisan migrate

  6. Run php artisan serve command

  7. Run php artisan queue:work for background process

  8. Run php artisan reverb:start

  9. Run npm run dev

NB : Make sure you got maildev for TestingEmail locally