Creating a blogpost with a FastAPI server
I copied the idea from https://github.com/koaning/flask-blogposter/tree/main
and vibe coded it into a FlaskAPI app.
I reorganized the directory structure and used the uv package manager as explained in this video My 2025 uv-based Python Project Layout for Production Apps made by Hynek Schlawack
The repository on github is found here: blog