Now that we have user authentication in place (from the last video). Let's go ahead and add some CRUD endpoints to make this API somewhat useful.
π¨βπ» Looking for a web developer job, visit: https://www.webdevjobs.io/
π½ Discord - https://discord.gg/TwUV34F6wC
Timestamps β³
00:00 - Introduction
04:10 - Status Model
08:20 - Building the Serializer
12:10 - Status Dataclass
17:34 - Create and List API
36:33 - Retrieve Update and Delete API
The finished code can be found here:
πΎ - https://github.com/sixfwa/drf-api
#Django #REST #API