Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 831 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 831 Bytes
title description tags
FastAPI
A FastAPI server
fastapi
hypercorn
python

FastAPI Example

This example starts up a FastAPI server.

Deploy on Railway

✨ 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