mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
title, description, tags
| title | description | tags | ||
|---|---|---|---|---|
| FastAPI | A FastAPI server |
|
FastAPI Example
This example starts a FastAPI server. The sample API includes a random number generator with min and max limits.
✨ Features
- FastAPI
- Python
💁♀️ How to use
- Deploy using the button 👆
- Clone locally and connect to your project using
railway link - Install packages using
pip install -r requirements.txt - Run locally using
python main.py