Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 707 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 707 Bytes

My-personal-blog

Preview

The blog full page screenshot

Description

My personal blog, this was built with Django. You can check out live site here https://jude-olowo-blog.up.railway.app/

How-to-Install-and-Run-the-Project

  • Clone the project

  • Create a virtual environment using the command below

    py -m venv .venv

  • Activate the virtual environment with the command below

    .venv\scripts\activate

  • Next up is to install the requirements

    pip install -r requirements.txt

  • Next step is runnig the project which is done using

    python manage.py runserver

  • Next the development server will be started at http://127.0.0.1:8000/