FastAPI Presentation

I created a FastAPI example application to use as part of a presentation at work. That application creates a REST API for the Chinook SQLite database from the SQLite Tutorial site, so the data isn’t anything proprietary.

This post presents the GitHub repository for the application code, which I’m hopeful people will find interesting, useful and helpful. The README for the repository contains a kind of “article” about the project, which is a work in progress, but has enough to get going.

Since the README is where I rambled on about the project, I’ll bail out here!