Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axotion/taskmanager
- Owner: axotion
- Created: 2017-06-24T00:27:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T16:52:45.000Z (over 7 years ago)
- Last Synced: 2024-10-11T10:42:11.578Z (3 months ago)
- Topics: bootstrap, laravel, laravel5, laravel54, php, php-framework, php7, task-manager, taskmanager
- Language: PHP
- Size: 686 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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