Skip to content

MatsalakO/it-company-task-manager

Repository files navigation

IT Company Task Manager

Description

  • Task Manager will handle all possible problems during product development in your team.
  • Everyone from the team can create, update, delete Task.
  • Everyone from the team can assign Task to team-members.
  • Everyone from the team can set a deadlines and mark the Task as done.

Task manager project deployed to Render

Test user:

  • login: Admin
  • password: Admin1234

How to install the project

  1. Open the terminal and navigate to the folder where you want to clone the repository.

    cd path/to/your/directory
    
  2. Use the git clone command to clone the repository.

    git clone repository_url
    
  3. Go to the project directory.

    cd task_manager_project
    
  4. Create and activate a virtual environment:

    python -m venv venv
    
    • for Windows:
    .\venv\Scripts\activate
    
    • for Linux/Mac:
    source venv/bin/activate
    
  5. Use pip to install the requirements.

    pip install -r requirements.txt
    
  6. Apply the migrations.

    python manage.py migrate
    

Demo

Website interface

Tasks interface

Task detail

Task create

Positions interface

Position update

Position delete

Workers interface

Workers create

Worker detail

Task Types interface

Task Types update

Task Types delete

Task Types create

Login interface

Logout interface

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published