Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 244 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 244 Bytes

Flask & React Todo List

Small demonstration of how to use React with Flask and Jinja.

  1. Clone this repository.
  2. Install requirements.
  3. Create the database and tables: createdb todo_app and python models.py
  4. Run the flask server.