Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 665 Bytes

README.md

File metadata and controls

29 lines (27 loc) · 665 Bytes

Flask-Todolist

A python task organiser. You can add,delete and update your tasks and use the drag and drop feature to keep track of your task progress.

Requirements:

  • Flask 1.0.2
  • Flask-Bcrypt 0.7.1
  • Flask-Login 0.4.1
  • Flask-SQLAlchemy 2.3.2
  • Flask-WTF 0.14.2

Python version support:

  • 3.4+

Usage:

On a new virtual environment, install the required packages:

$ git clone https://github.com/lildogzsixpack/flask-todolist.git
$ cd flask-todolist
$ pip install -r requirements.txt

Then, export a Flask secret key:

$ export SECRET_KEY="your_secret_key"

And then run the application:

$ python run.py

License:

MIT