- 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