The FastAPI app runs on a Starlette web server, uses Pydantic for data validation, and stores data in a database. The database that I used for this book app is SQLite.
info FastAPI app
list all books
get book by id
get books by author