Skip to content

The bookstore is developed on the API on the Django REST framework, with User registration and JWT auth [Simple JWT]

Notifications You must be signed in to change notification settings

Falco13/book_store_DRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API application - Django

  • Bookstore with books-name and price.
  • Implemented the ability to filter, search and sort.

API end-points:

  • api/books/
  • api/books/id
  • api/signup/
  • api/profile/
  • api/token/
  • api/token/refresh/

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