A full-featured personal project management tool with task boards.
You can install using the following way:
- Clone the project git clone
[email protected]: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 [email protected].
The MIT License (MIT).