- 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