Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 895 Bytes

File metadata and controls

39 lines (29 loc) · 895 Bytes

TeamTask

Project Description

TeamTask is a task management application that enables managers to assign tasks to team members and allows users to update the status of their assigned tasks. This system provides an efficient way to track project progress and manage team workflow.

Installation Guide

Prerequisites

  • Node.js installed on your system

Backend Setup

  1. Clone the project

    git clone git@github.com:Amir-benali/TeamTask.git
  2. Navigate to project directory

    cd TeamTask
  3. Install dependencies

    npm install
  4. Configure environment variables

    • Fill in your credentials and configuration settings
  5. Run the project

    npm run dev

Features

  • Manager can assign tasks to users
  • Users can view their assigned tasks
  • Users can update task status