Currently I'm learnig Django, Django-Rest-Framework. So this is my first API which I've deployed in heroku.
HEROKU
To run this project, you will need to add the following environment variables to your .env file
DJANGO_SETTINGS_MODULE
SECRETE_KEY
DATABASE_URL
Install required libs with pipenv
cd /BlogAPI/
pipenv sync
pipenv shell
Client: Swagger-UI
Server: Django
, DjangoRestFramework
, Python
I'm a python developer...