Skip to content

shivamchaudhary-r/blogger-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogging Website

A minimalistic blogging website that empowers users to create engaging content, share their thoughts, and connect with a community of readers. Built with HTML, CSS, Bootstrap, JavaScript, Python, and Django, this website offers a seamless and intuitive experience for both bloggers and readers.

Features

  • User Registration and Login: Users can register and create an account to start using the website. They can log in to their account to access the features.
  • Create Posts: Authenticated users can create new blog posts. Each post can have a title, content, and an optional photo upload.
  • Comments: Users can leave comments on blog posts to engage in discussions.
  • Categories and Tags: Users can categorize their posts by adding categories and assign relevant tags to make it easier for others to discover their content.
  • Responsive Design: The website is built using Bootstrap, ensuring a responsive and mobile-friendly experience across different devices.

Technologies Used

  • Front-end: HTML, CSS, Bootstrap, JavaScript
  • Back-end: Python, Django

Installation

git clone
cd project
python3 -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Snapshots

Screenshot (45) Screenshot (47) Screenshot (46) Screenshot (44) Screenshot (48)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks