Skip to content
/ bloggin Public

Blogging platform that allows users to create accounts and publish articles

Notifications You must be signed in to change notification settings

Ravdar/bloggin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloggin-icon bloggin - Blogging Platform

bloggin is a Django application that allows users to create accounts and compose articles, which are then displayed on the homepage. Users have the flexibility to style and format their text, add images, and further customize their content. Additionally, they can edit and delete their articles at any time. The platform also supports interactive engagement, allowing users to comment on the articles of others.

bloggin-short-showcase.1.webm

For a more detailed video with my commentary, click here.

Features

Bloggin offers a variety of features including:

1. Account creation

Users can create accounts, selecting their nicknames and profile pictures

2. Reading articles

Users can read articles of other users

3. Writing articles

Logged user can write their own article, which will be available for other users to read

4. Adding comments and subcomments

Logged users can add comments under each article, they can also reply to other users comments

5. Checking other users profiles

Users can check profiles of other users to follow their activity

Techstack

  • Django
  • django.contrib.auth
  • django models
  • django forms
  • RichTextField
  • python decorators

Screenshots

bloggin-homepage bloggin-article bloggin-bloggin-new-article profile bloggin-login

Installation

  1. Clone the repository: git clone https://github.com/Ravdar/bloggin
  2. Install the required libraries: pip install -r requirements.txt
  3. Run the application: python main.py
  4. Access the app in your web browser via your local server

About

Blogging platform that allows users to create accounts and publish articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published