Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.05 KB

File metadata and controls

35 lines (24 loc) · 1.05 KB

FastAPI Starter

A minimal and ready-to-use FastAPI REST API template for rapid project setup.

Deploy on Railway

static-site

✨ Features

💁‍♀️ How to use

Clone this repository and install the required packages:

pip install -r requirements.txt

Run the server locally:

hypercorn main:app --reload

Open your browser and access:

📝 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