Best Flask open-source libraries and packages

FlaskReactTodoExample

Based on Flask-RESTful, setuptools-bower, React + FLUX. Run setup.py to install both JS & Python
Updated 1 year ago

FlaskReactTodoExample

Example ToDo list project using Flask-RESTful and React

Actual image of the app: image

TODO

  • Add drag-and-drop for JS
  • Add tests suite for JS

Prerequisites

You will need the following things properly installed on your computer.

Installing project

Just navigate to folder and run one simple command:

$ python setup.py install

It will install all Node, Bower dependencies and build static files with Grunt.

Running project

$ python -m tictail_todo

Hacking

To run tests:

$ python setup.py test