An open-source and customizable Task Management solution for distributed teams and Project Managers.
This project mimics functionality of Atlassian's Jira, which is an Agile Project Management tool used to track projects and their status.
I will be adding more functionality over time, but these are the currently supported features:
- Create Tasks
- Update Tasks
- View Tasks
- Complete Tasks
- Share the board with other users and monitor what they are working on
- All users have a Live view of each task and its status in the SDLC, allowing them to see updates in real-time
This system requires the following components:
- A Web Server - I'm using AMPPS with Apache and PHP, but anything else should work as well as PHP is supported natively by most Web Servers.
- A Database Management System (DBMS) - This has to be MySQL. Any version should work.
- An internet connection -> Within our HTML, we're using a Content Delivery Network (CDN) to load the libraries for JQuery, this requires an internet connection.