/Scrum

Now work in a far more efficient and organized manner! The project allows users to list their tasks in a scrum order, monitor and update their progress.

Primary LanguagePython

Scrum

Now work in a far more efficient and organized manner!

Description

The project allows users to list their tasks in a scrum order, monitor and update their progress.

Usage

$ git clone https://github.com/prakharchoudhary/Scrum
$ cd Scrum/scrum
$ pip install requirements.txt
$ python manage.py migrate
$ python manage.py runserver

Testing

To test codebase using Flake8, run flake8 --exclude=migrations scrum