A project management system created using Laravel + postgres for managing projects
helping team collaborate with each other and analyze process of the tasks with kanban board.
Supporting charts feature will make task tracking much easier!
This project is using laravel breeze starter kit
Migrate the database
php artisan migrate
Install node packages and run
npm install
npm run dev
That's it
