Simple task manager for IT company, small analogue of Trello or ClickUp.
username: test
password: password135
Python3 must be installed
git clone https://github.com/luxuriant777/it-company-task-manager
git checkout develop
venv\Scripts\activate (on Windows)
source venv/bin/activate (on macOS)
pip install -r requirements.txt
---
python manage.py runserver
- You can create, view, update tasks with deadlines and delete them.
- You can assign your teammates to these tasks.
- You can perform search by name of task or task description.
- Task can be marked as completed.
- You can create, view, update and delete your teammate profiles.
- You can perform search by nickname, first name or last name of your teammate.