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.example
to.env
and adjust as needed - Populate the database with
php artisan migrate --seed
- Install assets with
yarn
ornpm i
- Start the server with
php artisan serve
- Open the Browser and go to url
http://localhost:8000/boards/1
- Login with
email = [email protected]
andpassword = 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