This is a simple User Service CRUD (Create, Read, Update, Delete) API built with FastAPI and SQLite. The API allows you to create, read, update, and delete users. It uses Pydantic models for request ...
This example comes with several test files (e.g. test_app.py, test_funcs.py, etc.).