# Buuntu/fastapi-react

🚀   Cookiecutter Template for FastAPI + React Projects.  Using PostgreSQL, SQLAlchemy, and Docker

Repository: https://github.com/Buuntu/fastapi-react
Canonical: https://ross.abutalabs.com/products/fastapi-react
Language: Python
License: MIT
License Family: permissive
Topics: fastapi, postgres, cookiecutter, react, react-admin, nginx, boilerplate, full-stack, typescript, sqlalchemy, jwt, oauth2, docker
Last push: 2023-10-06T23:46:17+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2356, "days_push": 1062, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2585, forks 369 (observed 2026-08-28T04:07:02.605124+00:00)

## What it is
A cookiecutter template that bootstraps full-stack web applications using FastAPI (Python) and React (TypeScript). It bundles PostgreSQL with SQLAlchemy/Alembic, JWT OAuth2 authentication, Celery background tasks with Redis, Docker Compose, Nginx reverse proxy, and a react-admin dashboard.

## Use cases
- start a new full-stack FastAPI and React project
- scaffold a web app with JWT authentication already wired up
- bootstrap a project with PostgreSQL, SQLAlchemy, and Alembic migrations
- set up Docker Compose development environment for API and frontend
- add background task processing with Celery and Redis
- get an admin dashboard with react-admin and token auth
- avoid configuring Nginx, ESLint, Prettier, and pytest from scratch

## When to choose
- you want a batteries-included FastAPI + React starter with auth, database, and background jobs
- you prefer Docker Compose-based local development with Nginx proxying
- you need a react-admin dashboard backed by a JWT-authenticated FastAPI API
- you want testing conventions like transaction-rollback pytest fixtures out of the box

## When to avoid
- you need a different frontend framework like Vue or Svelte
- you want a NoSQL database such as MongoDB instead of PostgreSQL
- you need the latest React or FastAPI versions, since the template's last release was 2023 and may lag behind
- you prefer building your own minimal stack rather than a large opinionated template
- you need serverless or edge deployment rather than Docker/Nginx hosting

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: auth, orm, web-framework, frontend-framework, testing, deployment, middleware
- domain: web-development, developer-tools, backend, frontend, self-hosted
- platform: python, cross-platform
- tags: cookiecutter-template, fastapi, react, postgresql, sqlalchemy, jwt-authentication, celery, docker-compose, nginx, react-admin, typescript, full-stack-starter, alembic, boilerplate, docker, nodejs, web-server

## Member repositories
- Buuntu/fastapi-react (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:02.605124+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:31:47.984350+00:00, confidence not recorded.
  - readme: https://github.com/Buuntu/fastapi-react (fetched 2026-08-28T04:07:02.605124+00:00, sha 970a3a22a96e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
