Book search Django web project that uses requests python library and openlibrary API. #requests #openlibrary #django
OpenLibraryAPI: https://openlibrary.org/developers/api
Django project based on openlibrary API:
- Search API - https://openlibrary.org/dev/docs/api/search
- Book API - https://openlibrary.org/dev/docs/api/books
- Covers API - https://openlibrary.org/dev/docs/api/covers
Registration and authorization were built by standard Django functions and forms: User model, UserCreationForm, login, logout, authenticate, login_required.