Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

51 lines (27 loc) · 1.22 KB

blog-clone

This application is a blog web app that allows users to write articles within a rich text editor. Users can publish articles at anytime, comment on these articles and owners of the articles can approve or deny comments.

To write an article or comment on an article, users would need to be a superuser. There is also the ability to search for published posts by post title or content.


Tech Stack

  • Django 3.5
  • Bootstrap 5.2
  • Django CKEditor 6.5.1
  • PostgreSQL

Layout

Home Page

About Page

Search Results Page

Post Detail Page

Login Page

Logged In Home Page

New Post Page

Drafts Page