Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eligundry/agiler
- Owner: eligundry
- Created: 2014-02-12T21:33:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-15T21:03:04.000Z (almost 11 years ago)
- Last Synced: 2024-11-05T22:16:31.580Z (2 months ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`