When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Build a Python REST API with the Django Rest Framework

Connect devices, front ends, other apps, and much more by creating your own REST API. Learn how in this course.

     
  • 4.4
  •  |
  • Reviews ( 801 )
₹669

This Course Includes

  • iconudemy
  • icon4.4 (801 reviews )
  • icon10h 7m
  • iconenglish
  • iconOnline - Self Paced
  • iconprofessional certificate
  • iconUdemy

About Build a Python REST API with the Django Rest Framework

REST APIs Power the Internet

How does Apple Maps have Yelp listings? How does Tinder get Facebook user profiles? How does Amazon Alexa know the latest news? These questions get to the core of how powerful REST APIs can be:_it allows for websites to communicate with each other without any human interaction_. Building a REST API isn't just about connecting with third party services, it's also about:

Adding Authentication, Registration, Databases, and more to your Mobile App, IOT Device, TV app, Car app, and more

Connecting your own web apps with each other

Creating micro-services

Adding a backend for Angular, React, iOS Apps, Android apps, and more

Simplifying the process of separating your backend from your frontend

Making it easier to build additional services with new developers

This course will teach you step-by-step exactly how to build a REST API

We'll cover the concepts first, then we'll go into build a PURE DJANGO REST API, then we'll use the Django REST Framework to build a REST API.

What You Will Learn?

  • What is an API? .
  • What is a REST API? .
  • How to build your own REST API .
  • A deeper understanding of Django .
  • A deep understanding of the Django Rest Framework .
  • A deep understanding of JWT and authentication with the Django Rest Framework .
  • Building an REST API with Python.