Skip to content

This is a Flask web app that display list of todo items, and allows adding new todo items. it connects to a postgresql db.

Notifications You must be signed in to change notification settings

JohnnyFang/flask-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Todo List Web App

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]

About

This is a Flask web app that display list of todo items, and allows adding new todo items. it connects to a postgresql db.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published