298 skills found · Page 1 of 10
nsidnev / Fastapi Realworld Example AppBackend logic implementation for https://github.com/gothinkster/realworld with awesome FastAPI
GregaVrbancic / Fastapi CeleryMinimal example utilizing fastapi and celery with RabbitMQ for task queue, Redis for celery backend and flower for monitoring the celery tasks.
ivan-borovets / Fastapi Clean ExamplePractical Clean Architecture backend example built with FastAPI. No stateful globals (DI), low coupling (DIP), tactical DDD, CQRS, proper UoW usage. REST API, per-route error handling, session-based auth, contextual RBAC. Bundled with extensive docs and modern tooling
davidefiocco / Streamlit Fastapi Model ServingSimple web app example serving a PyTorch model using streamlit and FastAPI
0xTheProDev / Fastapi Clean ExampleClean Architecture Example using FastAPI framework
oinsd / FastAPI Learning ExampleFastAPI Learning Example,对应中文视频学习教程:https://space.bilibili.com/396891097
testdrivenio / Fastapi CeleryExample of how to handle background processes with FastAPI, Celery, and Docker
aporia-ai / Mlplatform Workshop🍫 Example code for a basic ML Platform based on Pulumi, FastAPI, DVC, MLFlow and more
mongodb-developer / Mongodb With FastapiExample of using MongoDB with FastAPI
NEONKID / Fastapi Ddd ExampleFastAPI and SQLAlchemy DDD (Domain Driven Development) Example
SamWarden / User ServiceAn example of a simple CRUD Web API using FastAPI
David-Lor / FastAPI Pydantic Mongo Sample CRUD APIExample CRUD API in Python using FastAPI, Pydantic and pyMongo
astral-sh / Uv Fastapi ExampleNo description available
mahenzon / FastAPI Base AppFastAPI example base application
szymon6927 / Hexagonal Architecture PythonAn example project that uses FastAPI and follows the hexagonal architecture rules.
tomasemilio / FastAPI BoilerplateFastAPI Starter: A simple and intuitive example repository showcasing basic functionality and best practices for building web APIs with FastAPI. Use this as a template or reference for accelerating your FastAPI projects
iwpnd / Fastapi Aws Lambda ExampleExample app to be deployed to AWS as an API Gateway / Lambda Stack
chrisK824 / Fastapi Rbac ExampleFastAPI example with distinct permissions for each route
AdamHavlicek / Fastapi Todo DddFastAPI Python DDD and Clean Architecture Example
ViktorViskov / Fastapi MvcFastAPI MVC this is an example of using FastAPI and built upon the Model-View-Controller (MVC) architectural pattern.