Run following commands in shell:
git clone https://github.com/joerude/drf-blog-api
Install poetry: pip install poetry
run: poetry install — to install packages
Runserver: python manage.py runserver
API Documentation: http://127.0.0.1:8000/swagger/