Skip to content

Fastapi

FastAPI SQLAlchemy Migrations Guide

In the world of web development, FastAPI stands out as a powerful and efficient Python web framework. When building complex applications, it's essential to organize and manage data effectively. SQLAlchemy provides a robust Object-Relational Mapping (ORM) system, while Alembic handles database migrations. In this beginner-friendly guide, we'll explore how to create models using SQLAlchemy and perform migrations using Alembic with an SQLite database in FastAPI.

FastAPI Web Application with Dynamic HTML Templates Jinja

Are you interested in web application development using Python? If so, you've come to the right place! In this article, we'll explore how to build a web application using FastAPI, a modern and efficient web framework. By the end of this article, you will have a basic understanding of how to create a web application with FastAPI and render dynamic HTML templates.