TODO app

This is a simple TODO app made using Flask.

Packages used:

Setup and run

Make sure you have python inslled

  1. Set up virtualenv
    $ virtualenv venv
  2. Activate venv
    $ source venv/scripts/activate
  3. Install required modules
    $ pip install -r requirements.txt
  4. Run the app!
    $ python run.py
  5. [optional] Run tests
    $ python tests.py

GitHub

View Github