Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 403 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 403 Bytes

Blog

  • Created a blog with CRUD functionality.
  • Used django user model to create users.
  • Uses Django authentication system to authenticate users and gave permissions to appropriate users to edit or delete their own posts.
  • Added feature to like/dislike the post.
  • Users can filter through categories and also create new category.
  • Bootstrap, HTML, CSS was used for the frontend.