Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadirermantr/to-do-planning
https://github.com/kadirermantr/to-do-planning
backend laravel php
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kadirermantr/to-do-planning
- Owner: kadirermantr
- Created: 2024-03-16T12:40:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T22:25:49.000Z (8 months ago)
- Last Synced: 2024-03-18T08:45:54.705Z (8 months ago)
- Topics: backend, laravel, php
- Language: PHP
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do Planning
- **Programming Language:** PHP
- **Framework:** Laravel
- **Database Diagram:** [Diagram](https://dbdiagram.io/d/To-Do-Planning-65f741e9ae072629ce3a22d5)## Install
```bash
cp .env.example .env
composer install
php artisan migrate --seed
```## Run
`php artisan serve`## Commands
- **Get Tasks**
- **Signature:** `php artisan app:get-tasks`
- **Description:** Gets tasks, process them and save to the database- **Assign Tasks**
- **Signature:** `php artisan app:assign-tasks`
- **Description:** Assigns tasks to developers based on their efficiency