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
- Host: GitHub
- URL: https://github.com/falco13/api_django_notebook
- Owner: Falco13
- Created: 2022-10-04T18:29:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T19:59:12.000Z (over 3 years ago)
- Last Synced: 2025-02-14T15:34:52.721Z (over 1 year ago)
- Topics: django, django-rest-framework, jwt, jwt-authentication, python, rest, rest-api, simple-jwt
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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