Best Flask open-source libraries and packages

Flask todo list

Flask based todo list implementing CRUD methods of databases using Sqlite.
Updated 6 years ago

Flask-Todolist

Flask-Todolist is a simple To Do List web application with the most basic features of most web apps, i.e. entries, API and (somewhat) interactive UI.

Manually

If you prefer to run it directly on your local machine, I suggest using virtualenv (maybe have a look at virtualenvwrapper), anyway here the commands you have to enter:

  • Clone or Download the files in your system
  • In the terminal:
    • $ python app.py The app opens in your local server.

Extensions

  • Flask
  • Flask-SQLalchemy
  • Virtualenv