- Add, edit and remove card
- Add, edit and remove column
- Move the card to other columns
- Move column
- Laravel
- Vue.js
- Inertia.js
- Postgresql
- Vite
- Clone the project
- Register your DB in .env file
- Run command
composer install
- Run command
npm install
- Run command
npm run build
- Run command
php artisan migrate --seed
- Run command
php artisan serve
- Visit localhost:8000