Book Search API

Developer: Vladimir Vojtenko

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:

  1. Search API – https://openlibrary.org/dev/docs/api/search
  2. Book API – https://openlibrary.org/dev/docs/api/books
  3. 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.

image image image

GitHub

View Github