A simple FastAPI Boilerplate built with Tortoise ✨
Share
Long description
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.