Backend · +10 points

FastAPI

Modern Python API framework with automatic OpenAPI docs.

Install
pip install fastapi uvicorn
License
MIT
Stars
80k+

Integration goal

Define a FastAPI app with a /health endpoint.

  1. Create main.py
  2. Add @app.get('/health')
  3. Push to GitHub
Open Integration Workspace →

← All open source tools