A full-featured personal project management tool with task boards.
You can install using the following way:
- Clone the project git clone
git@github.com:zeeshanu/dingo-project-management.git
- Run
composer install
inside the directory composer install - Create database and run migrations
php artisan migrate
- Run the server
php artisan serve
If you notice that there might be some improvements in code you can create a pull request or report an issue. You can also contact me at ziishaned@gmail.com.
The MIT License (MIT).