This is a Simple Blog Application where we can create and list the blogs. In order to run this application we need to run the following commands:
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
http://127.0.0.1:8000/swagger/
This way we can execute the Django blog application