- User authentication (E-mail and password).
- The application performs the presentation, creation, editing and deletion of information.
- All pages contains paginate with 20 items.
- Relationship between user and tasks.
- The application sends emails with each new task record.
- The application has an API.
- For sending emails I recommend https://mailtrap.io/
- Laravel 8
- JavaScript
- Bootstrap4
- SQlite
Composer
How to use:
1 - Composer install
2 - php artisan key:generate
The application works with queues
For the emails to be sent it is necessary to use the command:
php artisan queue:listen
Well done, take control of you tasks and enjoy it!