Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 459 Bytes

Flask Blog Website

Basic blog website where you can register, login and create/delete/update your blog posts, and read posts by other users. (To be deployed some time in the future)

MongoDB:

  • Store users and blog posts

User authentication:

  • Registration - login - logout
  • Password reset with email token
  • Web-page permissions

Blog Posts:

  • Post, edit, delete blog posts.

Error handling:

  • Custom error handlers

Big thanks to Corey Schafer