Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 360 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 360 Bytes

my-first-blog

A blogging platform where the user can create a draft, edit and delete the blog posts.

  • Creation of draft, editing and deletion of blog posts is implemented.
  • Comments section is added for feedback. Comments moderation is implemented.
  • Employed Django framework to build the app and used decorators to enhance security. Deployed on Heroku.