Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 453 Bytes

REST API Notebook application - Django

  • Notes with title, text, dates and author.
  • Implemented own permissions.
  • Views implemented as a functions, as a APIView and ViewSet.

API end-points:

  • api/notes/
  • api/users/
  • api/token/
  • api/token/refresh/

Used tools:
✔️ Python
✔️ Django REST Framework
✔️ JWT authentication [Simple JWT]
✔️ SQLite database