python3 -m venv venv
source ./venv/bin/activate
pip install -m ./requirements.txt
Go to settings.py file and replace the password used in the database section with your own custom password.
python manage.py makemigations
python manage.py migrate
cd Blog-site-by-Vue-js/frontend
npm install
npm run serve
python manage.py runserver