Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/falco13/book_store_drf
- Owner: Falco13
- Created: 2022-08-13T14:52:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T21:24:00.000Z (over 2 years ago)
- Last Synced: 2024-11-05T09:45:25.625Z (about 2 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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