Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1001 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 1001 Bytes

Honest Opinion Blog

Simple web-application with CRUD functionality created for people to share their views on anything

Screenshots

Blog blog2

Features

  • Create your own account and customize your profile picture (you can update any of your information later on)
  • Always go back and edit any of the previous posts you've made
  • Password reset functionality, users can receive an email prompting them to reset their password within 3 minutes
  • Personalized sidebars with the ability to share to Twitter or Facebook and check the weather
  • All passwords are encrypted before being stored in the database

Technologies Used

  • Python and Flask for the backend
  • HTML, CSS and Bootstrap for the frontend
  • Deployed to Heroku and storing user/post data in a PostgreSQL database