You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone locally and install packages with Pip using pip install -r requirements.txt or Poetry using poetry install
Connect to your project using railway link
Run locally using uvicorn main:app --reload
π Notes
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 /docs with Swagger or at /redoc with Redoc.