Projects in Awesome Lists tagged with fastapi-crud
A curated list of projects in awesome lists tagged with fastapi-crud .
https://github.com/vargasjona/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.
alembic asyncio caddy docker docker-compose fastapi fastapi-async-db fastapi-boilerplate fastapi-cache fastapi-crud fastapi-pagination fastapi-sqlmodel postgresql pydantic-v2 sqlalchemy sqlalchemy2 sqlmodel
Last synced: 15 Mar 2026
https://github.com/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.
alembic asyncio caddy docker docker-compose fastapi fastapi-async-db fastapi-boilerplate fastapi-cache fastapi-crud fastapi-pagination fastapi-sqlmodel postgresql pydantic-v2 sqlalchemy sqlalchemy2 sqlmodel
Last synced: 16 May 2025
https://github.com/LuisLuii/FastAPIQuickCRUD
Generate CRUD methods in FastApi from an SQLAlchemy schema
api-generator fastapi fastapi-crud fastapi-framework fastapi-sqlalchemy orm postgres postgresql postgresql-database python python-library python37 restful restful-api restful-routes sqlalchemy sqlalchemy-models sqlalchemy-orm sqlalchemy-orm-queries sqlalchemy-python
Last synced: 09 Apr 2025
https://github.com/atticuszeller/fastapi_supabase_template
👏fastapi deeply integrates with supabase,auth,curd postgresql,file upload ,etc , all in one😎,inspired by full stack fastapi postgresql
fastapi fastapi-admin fastapi-crud fastapi-template python supabase supabase-auth supabase-client supabase-db supabase-storage
Last synced: 05 Apr 2025
https://github.com/AtticusZeller/fastapi_supabase_template
👏fastapi deeply integrates with supabase,auth,curd postgresql,file upload ,etc , all in one😎,inspired by full stack fastapi postgresql
fastapi fastapi-admin fastapi-crud fastapi-template python supabase supabase-auth supabase-client supabase-db supabase-storage
Last synced: 08 Apr 2025
https://github.com/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.
fastapi fastapi-crud fastapi-framework jwt jwt-authentication mongodb pydantic pydantic-models rest-api uvicorn
Last synced: 13 Apr 2025
https://github.com/ivan-borovets/fastapi-clean-example
Framework-agnostic backend example using FastAPI. Implements Clean Architecture and CQRS with DDD-inspired patterns, featuring DIP (low coupling), DI (no globals), hierarchical RBAC with permissions, and session-based authentication (cookies)
alembic api architecture clean-architecture cqrs crud dependency-injection fastapi fastapi-auth fastapi-crud fastapi-example fastapi-template hexagonal-architecture onion-architecture python python-clean-architecture restful-api sqlalchemy unit-of-work uv
Last synced: 07 Apr 2025
https://github.com/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.
fastapi fastapi-crud fastapi-sqlalchemy postgresql pydantic pydantic-models python rest-api restful restful-api sqlalchemy sqlalchemy-orm sqlalchemy-python uvicorn
Last synced: 13 Apr 2025
https://github.com/tinkoffjournal/freddie
DRF-like declarative viewsets for FastAPI
api fastapi fastapi-crud python rest
Last synced: 29 Sep 2025
https://github.com/onionj/e-commerce-fastapi
E-commerce API with FastAPI , tortoise orm, jwt
api e-commerce-project fastapi fastapi-crud jwt jwt-authentication jwt-token orm tortoise-orm
Last synced: 27 Feb 2026
https://github.com/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.
crud-api crud-app fastapi fastapi-crud fastapi-crud-app fastapi-sqlalchemy rest-api restful-api sqlite
Last synced: 16 Jun 2025
https://github.com/alexdemure/fastapi-architecture
File architecture for FastApi app
fastapi fastapi-crud fastapi-template python
Last synced: 03 Apr 2025
https://github.com/Yezz123-Archive/Apollo
A basic Application with multiple functionalities built with FastAPI aim to help Users Buy New Items Provided using PaypalAPI :rocket:
api ecommerce fastapi fastapi-crud fastapi-sqlalchemy model paypal rest-api sqlalchemy sqlite
Last synced: 29 Apr 2025
https://github.com/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.
api api-restful fastapi fastapi-crud fastapi-example fastapi-py fastapi-python fastapi-sample fastapi-user fastapi-users py python python-fastapi python3 restful restful-api sqlalchemy
Last synced: 09 Apr 2025
https://github.com/iwpnd/fastapi-tile38
Interact with Tile38 in-memory geodatabase in your FastAPI
fastapi fastapi-crud fastapi-template pyle38 tile38
Last synced: 20 Mar 2025
https://github.com/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.
fastapi fastapi-crud fastapi-sqlalchemy orm python restful-api sqlite-database
Last synced: 24 Oct 2025
https://github.com/wangxin688/fastapi-enterprise-template
FastAPI backend enterprise template
fastapi fastapi-boilerplate fastapi-cache fastapi-crud fastapi-jwt fastapi-rabbitmq fastapi-rbac fastapi-redis fastapi-sqlalchemy fastapi-template fastapi-users
Last synced: 17 Jan 2026
https://github.com/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)
api fastapi fastapi-api fastapi-auth fastapi-crud fastapi-example fastapi-json fastapi-sample fastapi-users py python
Last synced: 09 Apr 2025
https://github.com/abdelhai/fastapi-crud
FastAPI CRUD API with Deta Base (and optionally Deta Micros)
Last synced: 09 Apr 2025
https://github.com/tayyabmughal676/fastapi_template
Python FastAPI Framework with Mongodb Scaffold Template.
chatgpt crud-api fastapi fastapi-boilerplate fastapi-crud fastapi-mongodb fastapi-template llms mongodb open-source openai openai-api opensource-projects python
Last synced: 07 May 2025
https://github.com/rashmindungrani/fastapi-invoice-app
Invoice back-end application which uses FastAPI, Alembic and async SQLModel as ORM
aiomysql alembic asyncio bcrypt fastapi fastapi-crud fastapi-framework mysql-database passlib pydantic python-jose python3 sqlmodel
Last synced: 28 Aug 2025
https://github.com/quaddarv1ne/fastpay_connect
fastpay_connect — это проект для демонстрации интеграции различных платёжных систем через FastAPI. В проекте реализованы интеграции с популярными платёжными шлюзами, такими как: ЮKassa (бывшая Яндекс.Касса), Tinkoff Касса, CloudPayments, UnitPay, Робокасса
2024 cloudpayments fastapi fastapi-crud fastapi-framework fastapi-sqlalchemy maximdupley paypal python quadd4rv1n7 robokassa unitpay yandex youkassa
Last synced: 22 Apr 2025
https://github.com/bubaley/fastapi-ronin
FastAPI-Ronin is a library for building applications with a Django REST Framework architecture.
django django-rest-framework drf fastapi fastapi-crud fastapi-router tortoise viewsets
Last synced: 15 Dec 2025
https://github.com/sarmad426/generative-ai
AI basics, Generative AI (ChatGPT, Gemini) API's and Hugging face transformers. Projects with streamlit and FastAPI.
chatgpt fastapi fastapi-crud gemini generative-ai huggingface-transformers openai-api python sqlmodel streamlit
Last synced: 30 Apr 2025
https://github.com/darth-dodo/supreme-enigma
🏎 Fun with FastAPI using Yahoo Finance
fastapi fastapi-crud poetry python38
Last synced: 21 Apr 2025
https://github.com/jd-solanki/fastapi-batteries
Build your FastAPI apps faster 🚀
crud fastapi fastapi-crud pydantic sqlalchemy
Last synced: 17 Feb 2026
https://github.com/bubaley/fastapi-mason
FastAPI Mason is a library for building applications with a Django REST Framework-inspired architecture.
django django-rest-framework drf fastapi fastapi-crud fastapi-router tortoise viewsets
Last synced: 15 Jul 2025
https://github.com/david-lor/fastapi-pydantic-sqlalchemy-petshelter-api
Example of a full REST API created with Python, FastAPI, Pydantic & SQLAlchemy to persist data for a fictional Pet Shelter
fastapi fastapi-crud fastapi-sqlalchemy pet-shelter pet-shop pydantic python python3 python36 python37 python38 python39 sqlalchemy sqlalchemy-orm sqlalchemy-python
Last synced: 20 Jan 2026
https://github.com/ydf0509/nb_api
fastapi crud router
curd-api fastapi fastapi-crud fastapi-sqlalchemy fastapi-sqlmodel sqlmodel tortoise-orm
Last synced: 27 May 2026
https://github.com/morikeli/bundi-chat
A FastAPI-based backend ⚡ powered by Tortoise ORM, providing a secure chat application with features like encrypted messaging, user authentication, and real-time communication.
chat chat-app chat-application fastapi fastapi-crud pydantic pydantic-v2 python python-3 python3 tortoise-orm websocket websocket-application websocket-chat websocket-server websockets
Last synced: 24 Dec 2025
https://github.com/aadewunmi/url-shortener-fastapi-python
URL Shortener With FastAPI and Python | Tech Stack: Python 3, FastAPI, SQLite, SQLAlchemy, Uvicorn
fastapi fastapi-crud fastapi-sqlalchemy python python3 sqlalchemy sqlalchemy-orm-queries sqlalchemy-python sqlite-database swagger-ui uvicorn uvicorn-gunicorn
Last synced: 27 Feb 2026
https://github.com/khailas12/fastapi-with-asynchronous-sqlalchemy
alembic asynchronous fastapi-crud postgresql pydantic sqlalchemy
Last synced: 09 Feb 2026
https://github.com/nafizpervez/employee_platform
A Employee platform for office use to calculate employees entry and exit time, personal informations, department, Search Query, time filter integration, xlsx upload and parse, and export report PDF
api-rest excel-import fastapi fastapi-crud fastapi-sqlalchemy filter html-css-javascript pandas-python pdf-generation query react-router-dom reactjs sqlite3 swagger-ui
Last synced: 02 May 2026
https://github.com/ifirmawan/todos-fastapi
Create simple REST API with FASTAPI
Last synced: 09 May 2026
https://github.com/mahimailabs/fluxcrud
FluxCRUD is a easy to use, fast, and modern CRUD framework for FastAPI.
async crud fastapi fastapi-crud fluxcrud pydantic pydantic-v2 sqlalchemy
Last synced: 18 Feb 2026
https://github.com/layinded/swx-api
SwX is a modular, full-featured FastAPI starter template designed for building scalable, secure, and production-ready backend or full-stack applications with ease.
alembic api backend boilderplate devtools fastapi fastapi-crud jwt modular-architecture oauth2 postgres postgresql production-ready python sqlalchemy sqlmodel template
Last synced: 19 Apr 2026
https://github.com/dev-madhurendra/fastapi
Learning poc on FastAPI framework, high performance, easy to learn, fast to code.
fastapi fastapi-crud fastapi-crud-app fastapi-relationships fastapi-sqlalchemy mysql-database python
Last synced: 07 Apr 2026
https://github.com/henriquesebastiao/madr
Projeto final do curso FastAPI do Zero.
api-rest fastapi fastapi-crud pydantic pytest
Last synced: 09 Mar 2025
https://github.com/alexdemure/fastgenerator
Code generator CLI tool
code codegenerate codegenerator fastapi-boilerplate fastapi-crud fastapi-template generation generator
Last synced: 03 Apr 2025
https://github.com/macagua/example.fastapi.helloworld
Building a Hello World application with FastAPI
fastapi fastapi-crud fastapi-framework hello-world
Last synced: 15 May 2026
https://github.com/sudhan1112/incident_management_system
🚨Incident Management System A full stack application for tracking, managing, and reporting incidents across an organization. Build using React js, Python Fast API, Uvicorn
fastapi-crud python3 reactjs tailwind-css uvicorn
Last synced: 29 Apr 2026
https://github.com/salimm21/obesitrack-project
ObesiTrack est une API sécurisée de prédiction de l’obésité, combinant Machine Learning multiclasses, FastAPI + JWT et PostgreSQL. Déployable via Docker, Compose et Helm, elle intègre une pipeline CI/CD GitHub Actions pour assurer qualité, tests et reproductibilité.
ci-cd docker explainability fastapi-crud fastapi-sqlalchemy grafana helm machine-learning monitoring otel-collector prometheus
Last synced: 04 May 2026
https://github.com/ftoucch/fast-api-starter-template
A simple light weight fast api starter template
alembic boilerplate-template fastapi fastapi-boilerplate fastapi-crud fastapi-template openapi postgresql python rest-api sqlalchemy starter-kit
Last synced: 05 May 2026
https://github.com/ariamehr-m/fastapi-backend-course
A FastAPI-based backend project featuring a blog application, including database integration and environment management for rapid backend development and learning.
backend backend-api backend-template fastapi fastapi-course fastapi-crud fastapi-framework fastapi-sqlalchemy fastapi-template fastapi-tutorials python python-fastapi sqlite uvicorn
Last synced: 07 May 2026
https://github.com/sachingupta0019/fastapi-instagram
Instagram Clone App
fastapi fastapi-crud fastapi-docker fastapi-framework fastapi-sqlalchemy fastapi-users jwt jwt-authentication oauth2 postgresql sqlalchemy-orm
Last synced: 07 May 2026
https://github.com/babakyousefian/my_master_project
mixing API - fullstack - web server - configureation - docker for parallelism of Threads and Processes
bash-script cloudflare-api docker-compose domain-technology fastapi-crud fastapi-docker hosting-aws html-css-javascript json-api json-web-token nginx-proxy nginx-server python-scripts python3 vps-cloud vps-server vps-setup vps-ubuntu yml-parser
Last synced: 07 May 2026
https://github.com/androidlord/social-media-api
FastAPI based robust social media API...Check it out here.!
api-development api-rest fastapi fastapi-crud opensource postgresql postgresql-database python python3 social-media socialmedia webframework
Last synced: 09 Apr 2026
https://github.com/ahnaf19/hotel_transylvania
This project compiles APIs for the `Hotel Transylvania`. Simple comprehensive APIs offering CRUD operations for both guests and rooms.
api fastapi fastapi-crud github-actions python
Last synced: 13 Apr 2026
https://github.com/flavien-hugs/simple-fastapi
Simple API with FastAPI
fastapi fastapi- fastapi-crud fastapi-sqlalchemy
Last synced: 22 Apr 2026
https://github.com/sholehbaktiabadi/fastapi-simple-restapi
Simple FastApi CRUD Rest Api
authentication authorization fastapi fastapi-crud fastapi-sqlalchemy jose-jwt mysql pydantic python sqlalchemy
Last synced: 03 Mar 2026
https://github.com/rahulsamant37/fastapi_clean-architecture
A production-ready Todo API built with FastAPI following clean architecture principles and best practices.
boilerplate-template continuous-integration docker docker-compose fastapi fastapi-crud fastapi-template help-others unittest
Last synced: 02 Feb 2026
https://github.com/nrthbnd/meeting_room_reservation_google_sheets
FastAPI Проект для бронирования переговорных комнат с интеграцией Google API
fastapi-crud googlesheets sqlalchemy-python
Last synced: 20 Nov 2025
https://github.com/alivx/ocr-fastapi-demo
Demo app for sync and asyncio using fastAPI
async fastapi fastapi-crud redis rq synchronization
Last synced: 03 May 2026
https://github.com/mubtasimf443/python-notes-app
A simple notes app built using python FastAPI, html ,css , javascipt
css fast-api fastapi fastapi-crud html html-css-javascript javascript notes-app python
Last synced: 11 Apr 2026
https://github.com/cauachagas/fastapi-mongodb-exemplo
O repostório mostra como criar uma API REST e fazer Deploy no Heroku de um projeto FastAPI framework, usando como o banco de dados o MongoDB.
docker docker-compose fastapi fastapi-crud heroku mongodb
Last synced: 11 Apr 2026
https://github.com/pog7x/fastapi-arch-tmpl
Python Fastapi application with sqlalchemy ORM template
aio-pika api black database docker docker-compose fastapi fastapi-boilerplate fastapi-crud fastapi-sqlalchemy fastapi-template flake8 isort orm python rmq sqlalchemy sqlalchemy-async
Last synced: 11 Apr 2026
https://github.com/imtahiriqbal/fastapi-sample
api fastapi fastapi-crud python virtualenv
Last synced: 03 May 2026
https://github.com/dking1342/fastapi-intro
An intro to fastapi making a basic CRUD app for a users database
api api-rest fastapi fastapi-crud fastapi-framework fastapi-template python
Last synced: 11 May 2026
https://github.com/mynk79/to-do-application
This repository will take you through the basics of CRUD operations, how they are implemented in the application. Precisely, the scope of this project is to learn how to build CRUD API's in the backend. It uses Python (programming language) and FastAPI framework.
Last synced: 16 May 2026
https://github.com/valentina17varela/travel_planner
Technical Challenge Backend Jr, Personal trip planner that integrates weather data from an external API.
fastapi fastapi-crud fastapi-framework postgresql postgresql-database python python-app
Last synced: 08 May 2026
https://github.com/fajar7xx/py-fastapi-simple-restful-api
py fastapi simple restful api
Last synced: 13 Apr 2026
https://github.com/halovina/fastapi-redis-caching
Easy Steps to Caching API with FastAPI and Redis
fastapi fastapi-crud microservice python python3 redis redis-cache
Last synced: 13 Apr 2026
https://github.com/armanjscript/fast-api-projects
The Web development projects that are implemented by FastAPI framework in python.
fasapi fastapi-crud python webdevelopment
Last synced: 04 Apr 2025