fastapi-crud
There are 160 repositories under fastapi-crud topic.
jonra1993/fastapi-alembic-sqlmodel-async
This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
ivan-borovets/fastapi-clean-example
Practical 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
AtticusZeller/fastapi_supabase_template
👏fastapi deeply integrates with supabase,auth,curd postgresql,file upload ,etc , all in one😎,inspired by full stack fastapi postgresql
testdrivenio/fastapi-vue
Single Page App with FastAPI and Vue.js
LuisLuii/FastAPIQuickCRUD
Generate CRUD methods in FastApi from an SQLAlchemy schema
David-Lor/FastAPI-Pydantic-Mongo_Sample_CRUD_API
Example CRUD API in Python using FastAPI, Pydantic and pyMongo
ozgurkara/fastapi-pydiator
Python clean architecture and usecase implementation with fastapi and pydiator-core
wpcodevo/fastapi_mongodb
This article will teach you how to create a CRUD RESTful API with Python, FastAPI, PyMongo, MongoDB, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.
tinkoffjournal/freddie
DRF-like declarative viewsets for FastAPI
wpcodevo/python_fastapi
This article will teach you how to create a CRUD RESTful API with Python, FastAPI, SQLAlchemy ORM, Pydantic, Alembic, PostgreSQL, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.
wpcodevo/fastapi_sqlalchemy
In this article, I'll provide you with a simple and straightforward guide on how you can build a CRUD app with FastAPI and SQLAlchemy. The FastAPI app will run on a Starlette web server, use Pydantic for data validation, and store data in an SQLite database.
onionj/E-commerce-FastAPI
E-commerce API with FastAPI , tortoise orm, jwt
moluwole/fastapi-graphql
FastAPI + GraphQL
Mr-Manna/FastAPI-CRUD
FastAPI CRUD Example
Pytest-with-Eric/pytest-fastapi-crud-example
Testing a FastAPI CRUID API using Pytest
bibektimilsina00/FastAPI-PgStarterKit
FastAPI + PostgreSQL Starter Kit: A streamlined template for building backends with FastAPI, PostgreSQL, and Docker.
notarious2/Vue3FastAPI-To-Do
Full-stack Vue3 and FastAPI built To-Do app
AlexDemure/gadfaststyle
File architecture for FastApi app
BaseMax/SimpleFastPyAPI
This 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.
Yezz123-Archive/Apollo
A basic Application with multiple functionalities built with FastAPI aim to help Users Buy New Items Provided using PaypalAPI :rocket:
iwpnd/fastapi-tile38
Interact with Tile38 in-memory geodatabase in your FastAPI
wedwardbeck/lrnfast
FastAPI Notes Example using databases and postgresql
antonio-pedro99/fastapi_notes
This project is just a showcase on how to use Python as backend for flutter application and deploy them using heroku.
wangxin688/fastapi-enterprise-template
FastAPI backend enterprise template
BaseMax/FastAPISMSAuth
This is a simple example of how to use Python FastAPI to create a simple authentication system based on phone number with SMS verification. We used SQLite as a database. (Login, Register, Auth, Panel, Whoiam, Hi)
abdelhai/fastapi-crud
FastAPI CRUD API with Deta Base (and optionally Deta Micros)
AliBigdeli/FastApi-Blog-Authentication-App
this is a simple demonstration of fast api usage with authentication
ProFastCode/FastAPI_Template
FastAPI Template
YeonwooSung/FastAPI_Templates
Various templates and samples with FastAPI
eugeneliukindev/FastAPI-Starter-Kit
Starter template for creating API on FastAPI!
tayyabmughal676/fastapi_template
Python FastAPI Framework with Mongodb Scaffold Template.
imkaka/fastapi-graphql
FastAPI GraphQL API
QuadDarv1ne/fastpay_connect
fastpay_connect — это проект для демонстрации интеграции различных платёжных систем через FastAPI. В проекте реализованы интеграции с популярными платёжными шлюзами, такими как: ЮKassa (бывшая Яндекс.Касса), Tinkoff Касса, CloudPayments, UnitPay, Робокасса
RashminDungrani/fastapi-invoice-app
Invoice back-end application which uses FastAPI, Alembic and async SQLModel as ORM
sali72/my-net-worth
Do you want to know your net worth ?!
solomonaboyeji/regnify-fastapi-template
A starting template for an HTTP API in FastAPI