94 skills found · Page 1 of 4
testdrivenio / Fastapi Sqlmodel AlembicSample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.
scionoftech / FastAPI Full Stack SamplesThe API Application Development using Python FastAPI, including interactive API documentation
Yakvenalex / FastApiWithAuthSampleЭтот проект представляет собой готовый шаблон для разработки масштабируемых веб-приложений на основе **FastAPI** с полноценной системой аутентификации и авторизации.
devdupont / Fastapi Beanie JwtSample FastAPI server with JWT auth and Beanie ODM
David-Lor / FastAPI Pydantic Mongo Sample CRUD APIExample CRUD API in Python using FastAPI, Pydantic and pyMongo
rusnyder / Fastapi Plotly DashSample application running a Dash app in a FastAPI server
nanotaboada / Python Samples Fastapi Restful🧪 Proof of Concept for a RESTful API built with Python 3 and FastAPI
sumanentc / Fastapi Celery Rabbitmq ApplicationSample FastAPI Application to demonstrate Async architecture with Celery, RabbitMQ and Flower
Azure-Samples / Fastapi On Azure FunctionsA sample to run a FastAPI app on Azure Functions
rishabkumar7 / Devops Qr CodeThis is the sample application for the DevOps Capstone Project. It generates QR Codes for the provided URL, the front-end is in NextJS and the API is written in Python using FastAPI.
eugeneyan / Fastapi HtmlSample repository demonstrating how to use FastAPI to serve HTML web apps.
auth0-blog / Auth0 Python Fastapi SampleCode sample for a protected API in FastAPI for Python
gpkc / Fastapi Sqlalchemy PytestRepository containing sample code for running FastAPI and SQLAlchemy 2.0 together with pytest
roniemartinez / Real Time Charts With FastapiSample application for the blog "Creating Real-Time Charts with FastAPI"
microsoft / Python Sample Vscode Fastapi TutorialSample code for the FastAPI tutorial in the VS Code documentation
Azure-Samples / Todo Python MongoA blueprint for getting a React.js web app with Python (FastAPI) API and a MongoDB API in Cosmos database onto Azure. It includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (Bicep) to get up and running quickly.
hogeline / Sample FastapiDockerCompose+FastAPI+MySQL
frankie567 / Fastapi Dramatiq Data IngestionSample project showing reliable data ingestion application using FastAPI and dramatiq
Azure-Samples / Todo Python Mongo TerraformA blueprint for getting a React.js web app with Python (FastAPI) API and a MongoDB API in Cosmos database onto Azure. It includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (Terraform) to get up and running quickly
BaseMax / SimpleFastPyAPIThis is a simple REST API built with Python and FastAPI and SQLAlchemy for CRUD operations (Create, Read, Update, Delete) on users. FastAPI is a powerful web framework for building APIs.