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.
- Host: GitHub
- URL: https://github.com/prakharchoudhary/scrum
- Owner: prakharchoudhary
- Created: 2017-06-18T16:07:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T20:12:08.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T19:51:22.681Z (29 days ago)
- Topics: backbonejs, django, django-rest-framework, python-3, scrum-board
- Language: Python
- Homepage:
- Size: 21.8 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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`