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 - / discord
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