bharat1510 / Django-rest-framework

A Django application that uses DRF(Django Rest Framework), which is an application used for rapidly building RESTful APIs based on Django models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-rest-framework

The Python web framework Django is extensively used nowadays. Working with various APIs in the system, Django provides a Rest API framework that makes it easier for a developer to perform different operations. Django REST Framework is an easy, flexible, and powerful toolkit for building Web APIs. By using DRF, we can convert the entire non-RESTful application into a RESTful one.

If you don't know anything then don't worry about it. I'll help you to cover all topics and make you knowledgeable with Rest Framework in this article.

Refer this - Django Rest Framework

In this article, I covered the following topics:

  • What is API?
  • What is REST Framework?
  • What is the REST API?
  • Installation of Rest Framework
  • Django rest framework application

Make sure your system has the following packages to run the application:

 Python 3.8.1
 pipenv
 django 3.0.8

Thank you :-)

About

A Django application that uses DRF(Django Rest Framework), which is an application used for rapidly building RESTful APIs based on Django models.


Languages

Language:Python 100.0%