logo
Blog of cast42
Creating a blogpost with a FastAPI server
Initializing search
    • Home
    • About
    • Tags
    • RSS feed
      • 2025
      • Hello
      • World
    Back to index
    • Metadata
      • Mar 16, 2025
      • 1 min read

    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

    Comments

    Made with Material for MkDocs