Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/falco13/book_store_drf

The bookstore is developed on the API on the Django REST framework, with User registration and JWT auth [Simple JWT]
https://github.com/falco13/book_store_drf

api api-rest django django-rest-framework djangorestframework jwt jwt-auth jwt-authentication jwt-authorization jwt-bearer-tokens jwt-token python rest rest-api simplejwt

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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