The primary goal of Task Pilot is to track time spent on a projet.
This project is build with Laravel Livewire & Alpinejs.
- Clone the projet
- cd into the project folder
- Install dependencies with
composer install - Copy
env.exampleto.envand adjust as needed - Populate the database with
php artisan migrate --seed - Install assets with
yarnornpm i - Start the server with
php artisan serve - Open the Browser and go to url
http://localhost:8000/boards/1 - Login with
email = test@example.comandpassword = password
-
- List & Create Boards
- Run/Stop a Task
- Create/Delete Tasks
- Move/Sort Tasks Tasks
- Assign Members to a Task
- CRUD Buckets
- Move/Sort Buckets
-
- T/B
-
- T/B
