Skip to content

A todo list web app built on flask for learning purposes

Notifications You must be signed in to change notification settings

lildogzsixpack/flask-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A todo list web app built on flask for learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published