This is Django REST Framework , which is powerful and flexible toolkit for building Web APIs.
So , you can clone this project by git clone [email protected]:rehanzproject/django_restframework.git
and make sure you have installed pip install -r requirements.txt
.
You can run this project by use cd djangoAPI
, python manage.py makemigrations
, python manage.py migrate
and
python manage.py runserver
.
Now , your project is running on port 8000 (localhost 8000).
After run server , Open your Postman to test ,build, and modification an APIs.
Try on your PC and Enter request URL localhost:8000/items
and HTTP method "GET" to show a response from an APIs.