Django Rest Framework for Beginners - Simple CRUD API
Django Rest Framework is a powerful tool to create fully functioning APIs with Django. In this video I will show you how to use its basic functionality to create a simple CRUD API that has a database, query parameters, and one-to-many database relationship.
# Code:
Support Me:
# Patreon:
# Oxylabs: - code JR15
# Amazon UK:
# Hosting: Digital Ocean:
# Gear Used: (NEW)
-------------------------------------
Disclaimer: These are affiliate links and as an Amazon Associate I earn from qualifying purchases
-------------------------------------
# timestamps
00:00 Install and Setup
00:54 Models
02:49 Admin
03:17 Migrations
04:20 Project URLs
05:20 Serializers
06:50 API URLs
07:55 Views
11:42 Runserver
12:05 Usage