A simple FastAPI Boilerplate built with Tortoise ✨

TortoiseFastAPI-Boilerplate

Product information

Crafted by: Yasser Tahiri

A simple FastAPI Boilerplate built with Tortoise ✨

github.com/

Share

Long description

Banner

TortoiseORM - FastAPI 🦥

A simple Boilerplate for FastAPI using TortoiseORM, for building a Simple CRUD API (Create, Read, Update, Delete).

What is TortoiseORM?

Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django.

Tortoise ORM was built with relations in mind and admiration for the excellent and popular Django ORM. It’s engraved in its design that you are working not with just tables, you work with relational data.

What is FastAPI?

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python-type hints.