fastapi-starter-project
API framework
A FastAPI starter project that sets up a basic API with models and migrations using SQLModel and Alembic.
FastAPI Starter Project with SQLModel and Alembic
116 stars
3 watching
20 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
alembicdockerfastapisqlmodel
Related projects:
Repository | Description | Stars |
---|---|---|
jonra1993/fastapi-alembic-sqlmodel-async | An async web framework template for building secure and efficient APIs with authentication and role-based access control. | 1,008 |
dialoguemd/fastapi-sqla | An extension for FastAPI that simplifies interaction with SQLAlchemy databases. | 210 |
mfreeborn/fastapi-sqlalchemy | An integration library that simplifies the interaction between FastAPI and SQLAlchemy. | 620 |
eightbec/fastapi-ml-skeleton | A FastAPI-based framework for serving machine learning models in production-ready applications | 394 |
ycd/manage-fastapi | A CLI tool for generating and managing FastAPI projects with customizable boilerplates and project structures. | 1,685 |
testdrivenio/fastapi-crud-sync | An API built using FastAPI and Pytest for creating, reading, updating, and deleting data in a synchronized environment. | 79 |
mongodb-labs/full-stack-fastapi-mongodb | A full-stack application generator for building progressive web applications with FastAPI and MongoDB | 513 |
fastapi-mvc/fastapi-mvc | A tool that streamlines the development of FastAPI applications by providing a project generator, auto-deployment to Kubernetes and Redis cluster, and automated testing and documentation. | 627 |
authorizon/fastapi_websocket_pubsub | An API framework allowing real-time communication between clients and servers over WebSockets. | 13 |
anthonycorletti/cloudrun-fastapi | An implementation of a Full-Stack Python API with PostgreSQL and Cloud Run deployment using FastAPI and Alembic for database migrations. | 196 |
monadicsystems/okapi | A data-driven micro web framework for building RESTful APIs in Haskell | 104 |
identixone/fastapi_contrib | A collection of utilities and features for building FastAPI applications | 622 |
madkote/fastapi-plugins | Provides a plugin-based architecture to extend and customize the FastAPI framework | 369 |
smagafurov/fastapi-jsonrpc | A JSON-RPC server implementation using FastAPI | 294 |
prostomarkeloff/fastapi-tortoise | A template for building scalable web APIs with FastAPI and Tortoise ORM. | 127 |