- 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.