An open API service indexing awesome lists of open source software.

https://github.com/prakharchoudhary/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.
https://github.com/prakharchoudhary/scrum

backbonejs django django-rest-framework python-3 scrum-board

Last synced: 12 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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`