All in all, your first RESTful API in Python is about piecing together clear endpoints, matching them with the right HTTP ...
A full-stack calculator application built with FastAPI and tested with unit, integration, and end-to-end (Playwright) tests. Includes structured logging and a GitHub Actions CI pipeline.
A small but production-style REST API built with FastAPI + SQLite, following a clean architecture (routers / services / core), typed contracts using Pydantic, and consistent logging. This project is ...