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

https://github.com/asmega/backlog

Proof of concept for managing software backlogs for use in agile environments
https://github.com/asmega/backlog

Last synced: 8 months ago
JSON representation

Proof of concept for managing software backlogs for use in agile environments

Awesome Lists containing this project

README

          

h1. Backlog

h2. About

A quick proof of concept for managing software backlogs for use in agile environments.
A drag and drop interface is used for product maangers to quickly prioritize tasks in the backlog.

h2. Install

# git clone the repo
# modify database config
# modify seeds file
# create and migrate db
# import seed data
# setup username and pass in app/controllers/tasks
# start the server