Skip to content

Files

Latest commit

e2886f9 · Nov 28, 2023

History

History

BlogApp

Python Version Django Version

Blog-app

Running the Project Locally

  1. Clone the repository to your local machine:
git clone https://github.com/nikhilarora068/Blog-app.git
  1. Install the requirements:
pip install -r requirements.txt
  1. Apply migrations:
python manage.py migrate
  1. Collect the Static folder files:
python manage.py collectstatic
  1. Run the development server:
python manage.py runserver

Some Snippets of the running project

REGISTRATION PAGE

LOGIN PAGE

HOME PAGE

PROFILE PAGE

NEW POST PAGE