Test case of a web app made with fastAPI, pydantic, openAPI and SQLite database.

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

BooksCRUDappwithFastAPIandSQLAlchemy.jpg
Written by Van Oproy Kurt