Skip to content

One Of My Udacity Full-Stack Develeoper Nanodegree (For Learning)

Notifications You must be signed in to change notification settings

NurdinDev/Learn-Python-TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Python

This is my first todo app using Flask and Postgres

  • Setup Postgres database
  • Setup SQLAlchemy
    • Create Todos model
  • Setup Frontend to interact with flask backend
  • Setup GET route to retrieve all todo item
  • Setup POST route to submit todo from html
  • Submit form from HTMl
  • View list of Todos using jinja2 template engine
  • Create database migration using Flask Migrate
  • initial first database migration
  • Use Ajax to submit todo item
  • Add check-box to complete todo item

About

One Of My Udacity Full-Stack Develeoper Nanodegree (For Learning)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published