/book_store_DRF

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

Primary LanguagePython

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