arnawldo / bucky

A to-do list application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status Codacy Badge

Bucky

Your number one to-do list application

Powered by Flask and a good ol python dict!

Installation

  1. Install dependencies
    pip install -r requirements.txt
  2. Point flask to the application
    export FLASK_APP=bucky_app.py
  3. Fire it up
    flask run

Testing

One may run tests with:

  1. pip install -r test_requirements.txt (one time)
  2. python setup.py test

About

A to-do list application

License:MIT License


Languages

Language:Python 64.6%Language:HTML 16.9%Language:JavaScript 9.7%Language:CSS 8.9%