Manage your tasks with laravel app!
Installation
git clone https://github.com/axotion/TaskManager.git
cd projectname
composer install
php artisan key:generate
Create a database and inform .env
Inform config/mail.php for email sends
php artisan serve to start the app on http://localhost:8000/
- Create/Delete/Mark as completed your tasks
- Provide tasks from API KEY user
- Login/Registration with only JS enabled token
- laracademy/interactive-make