Skip to content

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.

Notifications You must be signed in to change notification settings

cosmicray001/Full-Featured-Blog-Application

Repository files navigation

Full-Featured-Blog-Application


Django logo

> Maintained by MD SAMIUL ISLAM

Contents


Overview

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.


Technology Used

Frontend

  • HTML5
  • CSS3
  • Bootstrap4

Backend

  • Python
  • Django

Version Control

  • Git

Database

  • PostgreSQL

Cloud Platforms

  • Heroku

Functionality

Create Account

User can create an account by submitting some basic information.

Django logo

Create Post

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.

Django logo

After creating the post user will be redirected to the post details page.

Django logo

Edit Post

A post owner can also update the post.

Django logo

Delete Post

If the post creator want to remove the post there is a option to delete the post.

Django logo

Share Post

Anyone can share a post via email address.

Django logo

Published Post List

If user create post as published then that post will be shown in this page.

Django logo

Draft Post List

On the other hand, draft posts will be shown here.

Django logo

Search Post

Anyone can search post by title of the post.

Django logo

Django logo

Latest Post

After creating a post as Published will be added here. And last 5 posts will be shown here.

Django logo

Most commented Post

Last five most commented posts will be shown here.

Django logo

RSS Feed

Finally there is a RSS Feed of this website.

Django logo

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published