Skip to content

Subhransu-De/FastAPI-Template

Repository files navigation

FastAPI Template

FastAPI Pydantic SQLAlchemy Alembic

Build Status


Installation

uv sync
cp .env.example .env

Running the Application

Development Mode

uv run --env-file .env python -m app.main --reload

Docker-Based Development

docker compose up --build

About

A FastAPI template for REST based applications

Topics

Resources

Stars

Watchers

Forks