Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 930 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 930 Bytes

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