Build an API With Django REST Framework | Full Tutorial | 2025

Опубликовано: 03 Март 2026
на канале: THE PROTON GUY
11,985
267

Hii, in this video, I will teach you how to build an API using django and django REST framework. Kindly like, share, and subscribe.

code on github: https://github.com/TheProtonGuy/Djang...

django rest framework documentation: https://www.django-rest-framework.org/

TIMESTAMPS
0:00 Intro
4:15 Project Setup
11:57 Creating First Endpoint
18:40 Installing Postman
19:56 Test API With Requests
22:31 Test API With Postman
24:08 Creating Models
25:24 Register Models in Admin
26:11 Creating Superuser
28:25 Creating Posts From Admin
30:07 Get-All-Post API Endpoint
36:39 Creating Serializers
45:08 Post-Create API Endpoint
57:13 Delete-Post API Endpoint
1:05:42 Get-Post API Endpoint
1:13:00 Update-Post API Endpoint

#django
#djangorestframework