Task Management System. Users can create task and assign to another user. Assignee user will get notification email.
- composer install
- npm install
- cp .env.example .env
- php artisan key:generate
- configure db and mailtrap in env
- php artisan migrate
- php artisan queue:work