Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 709 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 709 Bytes

Flask_phonebook

####Phonebook app with Flask

Front Page ###Criteria:

  • List all entries
    • Renders all the phone book entries in your phone book database
  • Add entry
    • Inserts information for a new entry into the database
  • Edit entry
    • Pre-populates the form with the entry's existing values
  • Delete entry
    • Removes entry from the database

Add Entry

Edit Entry

List Entries

Database