Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashraf-kabir/task-manager-app
laravel task manager web application
https://github.com/ashraf-kabir/task-manager-app
laravel mysql php task-manager todo todos todosapp
Last synced: 13 days ago
JSON representation
laravel task manager web application
- Host: GitHub
- URL: https://github.com/ashraf-kabir/task-manager-app
- Owner: ashraf-kabir
- License: mit
- Created: 2020-03-19T18:36:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T11:10:06.000Z (2 months ago)
- Last Synced: 2024-09-15T23:16:17.028Z (2 months ago)
- Topics: laravel, mysql, php, task-manager, todo, todos, todosapp
- Language: PHP
- Homepage:
- Size: 846 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# task-manager-app
## Laravel Task Manager Application
1. User can add new task, edit, mark complete/incomplete and delete them
2. User can see the list of tasks.
3. Task can pinned to top of the list.
4. User can update profile. Fields are: name, phone, address, city, state, zip, country
5. User can change password separately. Fields are: old password, new password, confirm password
6. Admin can add admin & regular users.
7. Admin can set user status active/inactive.
8. Every admin can have their own user group.## Project information
1. Framework: Laravel ^7.0
2. Database: MySQL## Setup Instructions
`composer install`
`composer update`
`sudo cp .env.example .env`
note: edit .env to set your DB, user, password
`php artisan migrate:fresh --seed`
`php artisan key:generate`
`php artisan serve`