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.

🧑‍ Book a Learning Session - https://calendly.com/rithmic-studio/learning-session

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