title | description | tags | ||
---|---|---|---|---|
FastAPI |
A FastAPI server |
|
This example starts a FastAPI server. The sample API includes a random number generator with min and max limits.
- FastAPI
- Python
- 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