·fastapi

高性能 Python API を構築するための FastAPI パターン。ルーティング、依存関係の注入、Pydantic モデル、バックグラウンド タスク、WebSocket、テスト、実稼働環境のデプロイメントをカバーします。

7インストール·0トレンド·@naimalarain13

インストール

$npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill fastapi

SKILL.md

| Routing | reference/routing.md | | Dependencies | reference/dependencies.md | | Pydantic Models | reference/pydantic.md | | Background Tasks | reference/background-tasks.md | | WebSockets | reference/websockets.md |

| CRUD Operations | examples/crud.md | | Authentication | examples/authentication.md | | File Upload | examples/file-upload.md | | Testing | examples/testing.md |

| templates/main.py | App entry point | | templates/router.py | Router template | | templates/config.py | Settings with Pydantic |

高性能 Python API を構築するための FastAPI パターン。ルーティング、依存関係の注入、Pydantic モデル、バックグラウンド タスク、WebSocket、テスト、実稼働環境のデプロイメントをカバーします。 ソース: naimalarain13/hackathon-ii_the-evolution-of-todo。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill fastapi
カテゴリ
>_生産性
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

fastapi とは?

高性能 Python API を構築するための FastAPI パターン。ルーティング、依存関係の注入、Pydantic モデル、バックグラウンド タスク、WebSocket、テスト、実稼働環境のデプロイメントをカバーします。 ソース: naimalarain13/hackathon-ii_the-evolution-of-todo。

fastapi のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill fastapi インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo