Django REST API Simple Project
This a simple project showing and explaining in detail how a REST API is made and used in the Django framework and make APIs.
This project branch explains how to build a Django REST API. It has models, views, and URLs, and all are well explained in detail.
Install djangorestframework for python using the command -> pip install djangorestframework
This is the visit demo of the REST API of the above project https://kitemaggwa-shafic.github.io/Django_REST_API/