Examples

Python / FastAPI

Deploy a FastAPI application

Prompt

Prompt

Create a FastAPI app with endpoints for managing a bookmarks collection. Include Pydantic models for validation and automatic OpenAPI docs. Deploy to Ink.

Build details

SettingValue
Build packAuto-detect (Python)
Start commanduvicorn main:app --host 0.0.0.0 --port 3000
Port3000

On this page