A simple todo web app made with Flask.
- users can add new TODO items to this TODO list
- users can view list of current TODO list items
The table in the database must contain two columns:
- id [serial data type]
- text [character data type]
This is a Flask web app that display list of todo items, and allows adding new todo items. it connects to a postgresql db.
HTML