Skip to content

dpsingh287/blogapp-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog

This is a Blog Application Created using Django Framework along with Bootstrap and CSS.
It Supports the Following Functionality

  • Create, Update and Delete Posts
  • Edit/Update User Profile
  • Sort Blogs by User
  • Social Login Via Google

Notable Technologies/Frameworks

  • Python - Django Framework
  • HTML5 and CSS
  • Bootstrap
  • SocialAuth - Google OAUTH
  • Amazon S3 Storage

This website has been deployed using

  • Amazon EC2 Instance
  • Apache2

Github Repository for this project can be found here
The Deployed website can be accessed here

Running Locally

First clone the repository from Github and switch to the new directory:

$ git clone git@github.com:dpsingh287/blogapp-django.git
$ cd blogapp-django

Activate the virtualenv for your project.

Install project dependencies:

$ pip install -r requirements/local.txt

Then simply apply the migrations:

$ python manage.py migrate

You can now run the development server:

$ python manage.py runserver

Screenshots

image image image

About

Blog Application Created using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published