Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axotion/taskmanager

Task Manager written with Laravel 5.4
https://github.com/axotion/taskmanager

bootstrap laravel laravel5 laravel54 php php-framework php7 task-manager taskmanager

Last synced: about 2 months ago
JSON representation

Task Manager written with Laravel 5.4

Awesome Lists containing this project

README

        

# TaskManager
Manage your tasks with laravel app!

[![Build Status](https://scrutinizer-ci.com/g/axotion/TaskManager/badges/build.png?b=master)](https://scrutinizer-ci.com/g/axotion/TaskManager/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/axotion/TaskManager/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/axotion/TaskManager/?branch=master)

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
* [Axios](https://github.com/mzabriskie/axios) for AJAX requests
* [Bootstrap](http://getbootstrap.com/) for front architecture

## 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