Other
Books and Users API
FastAPI book and user management API with CRUD over SQLite.

A book and user management system built with FastAPI, performing CRUD operations on an SQLite database via SQLAlchemy ORM.
Highlights
- Book create, list, update and search; user create and list; assigning books to users.
- Advanced search by title, author and year.
- Pydantic validation and auto-generated Swagger/ReDoc documentation.
Built with FastAPI, SQLAlchemy, Pydantic and SQLite.
- FastAPI
- SQLAlchemy
- SQLite
- Pydantic
- CRUD