| title | FastAPI | ||
|---|---|---|---|
| description | A FastAPI server | ||
| tags |
|
This example starts up a FastAPI server.
- FastAPI
- Python 3
- Deploy using the button 👆
- Clone locally and install packages with Pip using
pip install -r requirements.txtor Poetry usingpoetry install - Connect to your project using
railway link - Run locally using
uvicorn main:app --reload
- To learn about how to use FastAPI with most of its features, you can visit the FastAPI Documentation.
- FastAPI provides automatic documentation to call and test your API directly from the browser. You can access it at
/docswith Swagger or at/redocwith Redoc.