An open API service indexing awesome lists of open source software.

https://github.com/falco13/api_django_notebook

Small app on the Django REST framework, with many various Views and Url implementations, changed Permission + JWT authentication with SimpleJWT
https://github.com/falco13/api_django_notebook

django django-rest-framework jwt jwt-authentication python rest rest-api simple-jwt

Last synced: 3 months ago
JSON representation

Small app on the Django REST framework, with many various Views and Url implementations, changed Permission + JWT authentication with SimpleJWT

Awesome Lists containing this project

README

          

# 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:__
:heavy_check_mark: Python
:heavy_check_mark: Django REST Framework
:heavy_check_mark: JWT authentication [Simple JWT]
:heavy_check_mark: SQLite database