/Django-TODO-REST-API

Creating a Django REST API for TODO with Authentication and CRUD Operations

Primary LanguagePython

Django-TODO-REST-API

Creating a Django REST API for TODO with Authentication and CRUD Operations

User Operations

  • Create Todo
  • Delete Todo
  • Edit Todo
  • View Todo

Todo will have the following fields Title Description