fastapi-boilerplate topic

List fastapi-boilerplate repositories

fastapi-boilerplate

202
Stars
23
Forks
Watchers

Dockerized FastAPI boiler plate similar to Django code structure with views, serializers(pydantic) and model( Sqlalchemy ORM) with dockerized database(PostgresSQL) and PgAdmin. 🚀

fastapi-template

108
Stars
23
Forks
Watchers

A FastAPI project template using Make, Docker Compose and Github Actions. This includes a SQLAlchemy integration and an integration test setup.

deploy-python-fastapi-in-vercel

92
Stars
56
Forks
Watchers

This example shows how to use FastApi on Vercel with Serverless Functions using the Python Runtime

fastapi-motor-mongo-template

53
Stars
16
Forks
Watchers

High-performance FastAPI backend boilerplate for real-world production, with mongo and pytest. Suitable for microservices.

fastapi-react-mongodb-docker

77
Stars
27
Forks
Watchers

A FARM stack boilerplate with docker integration. This is a starting template for projects using a Python FastAPI server, MongoDB storage and React frontend, with docker setup for development and dep...

create-fastapi-project

86
Stars
10
Forks
Watchers

CLI to create Fastapi projects easily.

gcp-fastapi-poetry

16
Stars
5
Forks
Watchers

Template repo for a GCP-hosted REST API with automatic API versioning and custom domain mapping

nala_assistant

24
Stars
2
Forks
Watchers

🔊😊 A fastapi voice-assistant framework to quickly prototype LLM-powered voice assistants in <5 minutes.

fastapi-react-boilerplate

17
Stars
4
Forks
Watchers

Minimal boilerplate of FastAPI backend, React frontend and SQLAlchemy setup organized within docker-compose for convenient local development and deployment.

FastAPI-Vue-OAuth2

21
Stars
3
Forks
Watchers

FastAPI Vue OAuth2 is a boilerplate for building a FastAPI backend with a Vue frontend. It includes OAuth2 authentication with JWT tokens, and a simple user CRUD. Project can be easily deployed with D...