> Maintained by MD SAMIUL ISLAM
djBlogApp is a full featured blog web app, that can do CRUD operation. Users have the ability to create account, create posts, update posts, delete posts. Moreover, Any registered user can comment on any post and can share the posts via email as well. There is a searching option for filtering posts.
- HTML5
- CSS3
- Bootstrap4
- Python
- Django
- Git
- PostgreSQL
- Heroku
User can create an account by submitting some basic information.
Any registered User have the ability to create post by submitting title, and body. User can add tags and save the post as published or draft.
After creating the post user will be redirected to the post details page.
A post owner can also update the post.
If the post creator want to remove the post there is a option to delete the post.
Anyone can share a post via email address.
If user create post as published then that post will be shown in this page.
On the other hand, draft posts will be shown here.
Anyone can search post by title of the post.
After creating a post as Published will be added here. And last 5 posts will be shown here.
Last five most commented posts will be shown here.
Finally there is a RSS Feed of this website.













