Deploy FastAPI-starter
A small fastapi server template with uv and uvicorn
fastapi-mini-starter
Just deployed
title: FastAPI description: A FastAPI server tags:
- fastapi
- uvicorn
- python
FastAPI Example
This example starts up a FastAPI server.
✨ Features
- FastAPI
- Uvicorn
- Python 3
💁♀️ How to use
- Clone locally and install packages with pip using
pip install -r requirements.txtoruv 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
- To learn about Uvicorn and how to configure it, read their Documentation
Template Content
fastapi-mini-starter
lNamelessl/fastapi-starter