Skip to content

Instantly share code, notes, and snippets.

@vndee
Created October 19, 2022 03:01
Show Gist options
  • Save vndee/fd25d18928111a25c588ceaddfea5947 to your computer and use it in GitHub Desktop.
Save vndee/fd25d18928111a25c588ceaddfea5947 to your computer and use it in GitHub Desktop.
pip install fastapi[all] uvicorn[all]
from fastapi import FastAPI
app = FastAPI()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment