Skip to content

My personal blog where i share my thoughts, ideas and experiences on a variety of topics that excite me. From personal development to technology and everything in between. https://jude-olowo-blog.up.railway.app/

Notifications You must be signed in to change notification settings

olowojude/My-blog

Repository files navigation

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/

About

My personal blog where i share my thoughts, ideas and experiences on a variety of topics that excite me. From personal development to technology and everything in between. https://jude-olowo-blog.up.railway.app/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published