Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 2.29 KB

README.md

File metadata and controls

41 lines (36 loc) · 2.29 KB

Task manager for IT company

Simple task manager for IT company, small analogue of Trello or ClickUp.

You can check it via link below

Company task manager

username: test
password: password135

Installation

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

Functionality

  • 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.

Screenshot_1 Screenshot_2 Screenshot_3 Screenshot_4 Screenshot_5 Screenshot_6 Screenshot_7 Screenshot_8 Screenshot_9 Screenshot_10 Screenshot_11 Screenshot_12