アプリFW/ライブラリ▸FastAPI
FastAPI: 最小API(起動 / GET / /docs)
hands-on所要 25分最新草稿
意味グラフ(この教材と内容的に近い教材・1ネスト)
例え(Analogies)
FastAPI=受付窓口を開ける
FastAPIでAPIを起動するのは「受付窓口を開ける」こと。各エンドポイントは「この用件はここへ」という窓口。/docs は窓口一覧表。
概要
📍 app-frameworks ▸ FastAPI ▸ 最小API | 種別: hands-on | facts_as_of 2026-06(FastAPI 0.136)
公式ドキュメント — hands-on
🎞 スライド
出典(sources)
fastapi.tiangolo.com (First Steps) ; FastAPI 0.136 / 2026-06確認
確認問題(Review-Questions)
FastAPIアプリを起動するコマンドは?コード
基礎公式
解答・解説▾ 開く
uvicorn main:app --reload
FastAPIの自動ドキュメントのパスは?択一
基礎公式
解答・解説▾ 開く
/docs