Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 518 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 518 Bytes

RealTime Task Manager App with Laravel 11, Laravel Reverb and Vue 3 + TypeScript

Steps to run this project:

  1. git clone https://github.com/Bienfait-ijambo/realtime-task-app.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