fastapi-crud topic

List fastapi-crud repositories

fastapi_mongodb

84
Stars
29
Forks
Watchers

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.

python_fastapi

65
Stars
23
Forks
Watchers

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 oper...

fastapi_sqlalchemy

43
Stars
25
Forks
Watchers

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...

lrnfast

18
Stars
4
Forks
Watchers

FastAPI Notes Example using databases and postgresql

fastapi_supabase_template

33
Stars
2
Forks
Watchers

👏fastapi deeply integrates with supabase,auth,curd postgresql,file upload ,etc , all in one😎,inspired by full stack fastapi postgresql

SimpleFastPyAPI

22
Stars
16
Forks
Watchers

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.