Skip to content

oev-chrisbennett/fastapi-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Starter

Installation

In the root directory of the project, run the following commands to install the dependencies and run the server:

# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh

# Create a virtual environment
uv venv
source venv/bin/activate

# Install dependencies
uv pip install -r requirements.txt

# Run the server
python main.py

Stack

  • FastAPI
  • Uvicorn (Cython)
  • Ruff
  • Pytest

About

A simple project starter template using FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages