Skip to content

preethu19/Django-Blog

Repository files navigation

Django-Blog

This repository consists of files of a Blog-App created with django. This has features like:

  • Sign and Login Authentication
  • Reset Password option with email verification
  • Create, Edit and Delete Blog Post
  • Accounts page with profile picture, username and email address
  • View blog post from different users
  • Pagination feature with 5 blogs per page
  • Display blogs based on date posted
  • Sql Database to store users data along with posts.

Demo

link : https://django-blog-app1.herokuapp.com/

• A glimpse of the web app:

GIF

Installation

The Code is written in Python 3.7. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

pip install -r requirements.txt

Run

python manage.py runserver

Future Scope

  • Use of Amazon s3 bucket to store static files
  • Adding follow feature
  • Improving UI

Technologies Used

Image 1 Image 2 Image 3

Team

Linkedin LinkedIn  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published