How to use Tailwind CSS and SQLAlchemy in your FastAPI app
Use this Python Boilerplate in your modern web app
Published in
8 min readFeb 7
--
FastAPI has been adapted for building modern Python applications. Today, you’re going to pair this lightweight performant framework with Jinja2 template engine and a modern CSS framework, Tailwind CSS. You will then use SQLAlchemy ORM for the database.