Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 893 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 893 Bytes

#Wiki

This is a 90s style, toy wiki. It was built using Python, the Flask web application framework, and the PostgreSQL database.

Login Welcome
Welcome screen for logged in user.

###Criteria:

  • Database in PostgreSQL
  • Placeholder page
  • Creating and editing pages restricted to logged-in users
  • Flash messages
  • Sign-up page
  • Search function

Database Example
Wiki database design.

Invalid Login
Flash message indicating invalid login.

Edit Entry
Editing entry.

Entry Page
Sample entry page.