Task management tool designed to streamline team workflow and enhance productivity.
Library project deployed to Render
Python3 must be already installed
git clone https://github.com/kapitoshk4/task-manager.git
cd task-manager
python3 -m venv venv
source venv/scripts/activate
pip install -r requirements.txt
python manage.py runserver
- Authentication functionality for Worker/User.
- Project Management:
- Create, edit, and delete projects.
- Generate invitation codes to invite team members to projects.
- Task Management:
- Create, edit & delete tasks within projects.
- Communication Tools:
- Each project includes a chat feature for team communication.
- Each task has a comment section for detailed discussions and updates.