Skip to content

rehanzproject/django_restframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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 .

How To Use

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).

Postman

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published