Skip to content

Reading list app backend. Search and add books to your bookshelves via google books api

Notifications You must be signed in to change notification settings

netbriler/my-books-history-server

Repository files navigation

Reading list app backend

Search books via google books api and add them to your bookshelves synchronized with google library

Frontend/Backend

  • Fastapi
  • Mongodb + motor
  • Redis + aioredis
  • JWT auth
  • Google oauth and books api

Demo https://my-books-history.herokuapp.com/docs

Run

# Install the requirements:
$ pip install -r requirements.txt

# Configure variables
$ cp .env.dist .env
$ vim .env
# or 
$ nano .env

# Start the service:
$ uvicorn app:app --reload

About

Reading list app backend. Search and add books to your bookshelves via google books api

Topics

Resources

Stars

Watchers

Forks