Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 528 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 528 Bytes

Blog Backend

This blog will cover everything

Declaration

Recommended Python Version: Python 3.10.12 or later, because the project is developed using Python 3.10.12.

Setup

Create and activate the virtual environment

Create/activate Virtual Environment on Windows or Unix/MacOS

After activating the virtual environment, install the dependecies using the command below:

pip install -r requirements.txt