Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBlog - A Django Blog Application

Introduction

This is a Django-based blog application that allows users to:

  • Register and authenticate (login/logout) users.
  • Create, edit, and delete blog posts.
  • View all blog posts.
  • Like and comment on blog posts using AJAX for a seamless user experience.

Features

  • User Authentication: Secure user registration, login, and logout functionalities.
  • Blog Management: Authenticated users can create, edit, and delete their own blog posts.
  • View Blogs: All users can view blog posts.
  • Like Feature: Users can like blog posts with real-time updates using AJAX.
  • Comment Feature: Users can comment on blog posts with real-time updates using AJAX.

Technologies Used

  • Django: The web framework used for building the application.
  • AJAX: Used for implementing the like and comment features for a smooth user experience.
  • Bootstrap: Used for styling the HTML pages.

About

This repository is the code for my basic Blog project in Django.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages