Skip to content

lisatran562/UsersCrudModularized-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Users CRUD Modularized

Obectives

  • Practice connecting Flask to database
  • On the Read (All) page add an Actions column
  • Show link will render the Users Read (One) page
  • Edit link will render the Users Edit page
  • Delete link will delete the User from the database, and redirect to the Read (All) page
  • After successful creation of a new User, redirect to Read (One) page
  • Read (One) page will display the User's information
  • Read (One) page to have Edit and Delete links
  • Edit page will have a form pre-populated with the users information
  • Update the updated_at field when editing the User's information
  • After successful update of user, redirect to the Read (One) page and display the updated information
  • All Home links should redirect to the Read (All) page
  • Go through the steps of modularizing the Users CRUD assignment based on MVC model

wireframe dashboard adduser edituser show user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published