To start this project, I made a simple API with FastAPI + Python. I can POST an ISBN code (the identification code, usually paired with a barcode, on the back of all books) to the API. In turn, the API uses the openlibrary.org database to get data on the book (title, author, etc.) and save it to a sqlite database.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.