title: FastAPI
description: A FastAPI server
tags:
FastAPI Example
This example starts up a FastAPI server.
โจ Features
๐โโ๏ธ How to use
- Clone locally and install packages with pip using
pip install -r requirements.txt
- Run locally using
hypercorn 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 Hypercorn and how to configure it, read their Documentation