Team-Management-and-Communication

A web application for the employees of a company which will be a common platform for the employees working on same project. It will help them to keep track of the tasks that need to be done in the particular project. It will also help them to track the progress of the project. There is a chat room that will help the members for raising issue, giving updates, having discussion and for other general messages. Members of the project can update the status of each tasks of the on-going project .

Try our web app using the link below:

https://managingit.herokuapp.com/login

Screenshots

Login Page

Dashboard

Adding Project

Personal Project

All Tasks

Chat Room

Installation and how to use

Step 1:Clone the project to your application folder.

git clone https://github.com/PurvaKar/Team-Management-and-Communication.git

Step 2: Install the requirements and add your Database configuration details.

cd into project repository
pip install -r requirements.txt

Step 3: Run the Server

python run.py