Courses & TutorialsProgramming

Awesome FastAPI – Massive Collection of Resources

Spread the love

A curated list of awesome things related to FastAPI.

FastAPI is a modern, high-performance, batteries-included Python web framework that’s perfect for building RESTful APIs.

Contents

Third-Party Extensions

Admin

  • FastAPI Admin – Functional admin panel that provides a user interface for performing CRUD operations on your data.

Auth

Databases

ORMs

Query Builders

ODMs

  • MongoEngine – A Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python.
  • Motor – Asynchronous Python driver for MongoDB.
  • ODMantic – AsyncIO MongoDB ODM integrated with Pydantic.

Other Tools

Developer Tools

Email

  • FastAPI Mail – Lightweight mail system for sending emails and attachments (individual and bulk).

Utils

Resources

Official Resources

  • Documentation – Comprehensive documentation.
  • Tutorial – Official tutorial showing you how to use FastAPI with most of its features, step by step.
  • Source Code – Hosted on GitHub.
  • Gitter Chat – Chat with other FastAPI users.

Podcasts

Articles

Tutorials

Talks

Videos

Courses

Hosting

PaaS

(Platforms-as-a-Service)

IaaS

(Infrastructure-as-a-Service)

Serverless

Frameworks:

Compute:

Projects

Boilerplate

Open Source Projects

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button