Skip to content

alanhasn/Django-REST-API-Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo API – Practice CRUD Operations with Django REST Framework

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!

About

Todo API – Practice CRUD Operations with Django REST Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages