Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 313 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 313 Bytes

Todo-API

Todo API using the django and rest_framework.

Contents :

  • How to retrieve data (model).
  • How to delete data (model).
  • How to Retrieve/Update/Delete the Models.
  • How to signup user.
  • How to provide token to new and already registered users.
  • How to authenticate using tokens.