< cd ../gallery
[DevTools]
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
maintainer
★ 73 stars
# README
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. Maintained by wpcodevo on GitHub, where it has earned 73 stars from the community.
It's actively developed around fastapi, fastapi-crud, fastapi-sqlalchemy, and is a solid reference for anyone building with these tools.
# tags
# install
npm install python_fastapimore FastAPI repos