This course covers CRUD (Create, Read, Update, Delete) operations using Django REST Framework. Master adding, retrieving, updating, and deleting To-Do items through API endpoints.
Overview
Syllabus
- Unit 1: Introduction to CRUD with Adding To-Dos
- Create a New Django Model
- Set Up Note List and Create
- Create Multiple Todos with POST
- Adding Priority Field to Todo
- Fix the Typos in Serializer
- Unit 2: Retrieving To-Dos
- Create a Detailed To-Do Retrieval
- Debug API To-Do Retrieval
- Modifying To-Do Retrieval Script
- Retrieving Individual Comments Endpoint
- Unit 3: Updating a To-Do
- Update To-Do Items Efficiently
- Fix URL Conflicts in Django
- Update Only One Field Here
- Implement User CRUD Functionality
- Unit 4: Deleting a To-Do
- Implement and Test Delete View
- Create CRUD Operations for Comments
- Testing Full CRUD Operations