Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 148 Bytes

File metadata and controls

7 lines (5 loc) · 148 Bytes

JSON Agent

A simple FastAPI service that fetches data from the public JSONPlaceholder API.

Run locally

uvicorn app.main:app --reload