Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eligundry/agiler

A behavioral to-do app that leverages agile methodologies.
https://github.com/eligundry/agiler

Last synced: 13 days ago
JSON representation

A behavioral to-do app that leverages agile methodologies.

Awesome Lists containing this project

README

        

# Agiler

A to-do app that uses agile methodoligies to make your life more rewarding.

## Setup

1. Install `python2-virtualenv`
2. Run `virtualenv-2.7 -p python2.7 --no-site-packages .virtualenv`
3. Setup database and put variables into `config.yml`
4. Install the requirements with `pip install -r requirements.txt`