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
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Python) |
| Start command | uvicorn main:app --host 0.0.0.0 --port 3000 |
| Port | 3000 |