Contribute Media
A thank you to everyone who makes this possible: Read More

Building Rest API with Django Rest Framework

Description

Most of web applications provide an rest API to connect with other application that need to access a specific information and django rest framework is a powerful way for django developers to create robust rest API, I'll demonstrate the process of creating a complex API using django rest framework.

This talk is intended for beginner who have some familiar with python and want a web framework to create rest API to connect with a mobile application.

Content which will be covered are as follows:

  • HTTP methods
  • Django Models
  • Request & Response
  • Status Codes
  • Serializers
  • Viewsets and Routers

Prerequisites:

  1. Some experience with Django
  2. Basic python concepts
  3. Knowledge about HTTP and web development

Details

Improve this page