Skip to content

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

Notifications You must be signed in to change notification settings

Falco13/API_django_notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages