Skip to content

dakshpokar/TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

Task Manager is an web-based django application that allows project managers to effectively manage and handle their teams by monitoring and analyzing status of each task allotted to members of the team created. Detailed Documentation.

Live Demo

Click here

Requirements

  1. Django 2.1
  2. Python 3.6.5
  3. Javascript
  4. HTML5
  5. CSS3
  6. Bootstrap 4.2.1

Setup

  1. Install all the requirements using python package manager or alternatively you can use Anaconda Package Manager on Windows to install the required packages.
  2. Navigate to folder /TaskManager/ and open terminal or command prompt
  3. Type python manage.py runserver to start django server
  4. Server will be initialized at http://127.0.0.1:8000

Documentation

Detailed documentation with test cases is available in Documentation.pdf file location in the main directory or else click here.