/TaskManager

Task Manager written with Laravel 5.4

Primary LanguagePHP

TaskManager

Manage your tasks with laravel app!

Build Status Scrutinizer Code Quality

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/

Include

Features

  • Create/Delete/Mark as completed your tasks
  • Provide tasks from API KEY user
  • Login/Registration with only JS enabled token

Packages included

  • laracademy/interactive-make