This project is a simple Todo API built with Django REST Framework (DRF), focused on helping you learn and practice CRUD operations using APIView.
The codebase is well-commented for clarity and ease of understanding.
Features:
- Perform Create, Read, Update, and Delete (CRUD) operations on todo items
- Clean, organized, and beginner-friendly code
- Inline comments to guide you through the implementation
You can test the API endpoints using the api.http file after installing the REST Client extension in your editor.
Feel free to explore, modify, and learn from this project!