Skip to content

shadowdevcode/blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Application

This Application is Django based. Allows Registration, Login, CRUD Functionality, Change Profile of User, Pagination etc.

Check Application : https://my-blogapp.herokuapp.com/

Tech Stack:

  1. Django 2.1.5

Install Using : pip3 install django

  1. Work In Virtual Environment

Create using: python3 -m venv <env_name>

  1. Python 3.7.2

Useful Resources:

How to Run this App:

  1. Git clone to
  2. Create Virtual Environment: Activate steps shown above ⬆️
  3. Install Django
  4. Go to base directory of Application
  5. Simply do - python manage.py runserver
  6. Enjoy

Only for Intermediate/Advanced Users