---
title: "Deploy FastAPI-starter"
description: "A small fastapi server template with uv and uvicorn"
category: "Starters"
url: https://railway.com/deploy/fastapi-starter-1
---

# Deploy FastAPI-starter

A small fastapi server template with uv and uvicorn

**[Deploy FastAPI-starter on Railway](https://railway.com/template/fastapi-starter-1)**

- **Creator:** Nameless 's Projects
- **Category:** Starters
- **Total deploys:** 20

## Template content

### fastapi-mini-starter

- **Source:** lNamelessl/fastapi-starter
- **Health check:** /health
- **Public domain:** Yes

## Documentation

---
title: FastAPI
description: A FastAPI server
tags:
  - fastapi
  - uvicorn
  - python
---

# FastAPI Example

This example starts up a [FastAPI](https://fastapi.tiangolo.com/) server.

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.com?referralCode=uBTGZq)
## ✨ Features

- FastAPI
- [Uvicorn](https://uvicorn.dev/)
- Python 3

## 💁‍♀️ How to use

- Clone locally and install packages with pip using `pip install -r requirements.txt` or `uv sync`
- Run locally using `uvicorn main:app --reload`.

## 📝 Notes

- To learn about how to use FastAPI with most of its features, you can visit the [FastAPI Documentation](https://fastapi.tiangolo.com/tutorial/)
- To learn about Uvicorn and how to configure it, read their [Documentation](https://uvicorn.dev/)
  


## Similar templates

- [open-excalidraw](https://railway.com/deploy/open-excalidraw) — Self-hostable collaborative drawing built on Excalidraw
- [caring-vibrancy](https://railway.com/deploy/caring-vibrancy) — Deploy and Host caring-vibrancy with Railway
- [Appsmith](https://railway.com/deploy/appsmith-1) — Low-code platform for internal tools, dashboards, and admin panels.

Open this page in a browser: https://railway.com/deploy/fastapi-starter-1
