No description
  • Python 77.8%
  • HTML 18%
  • CSS 3.5%
  • Dockerfile 0.7%
Find a file
yuuki 0d3be627de
Some checks failed
Build and Push Docker Image to GHCR / build-and-push (push) Has been cancelled
mod
2026-06-03 19:00:58 +09:00
.devcontainer Dockerの環境を整備 2025-10-06 12:50:43 +09:00
.github/workflows Dockerの環境を整備 2025-10-06 12:50:43 +09:00
static mod 2026-06-03 19:00:58 +09:00
templates mod 2026-06-03 19:00:58 +09:00
.dockerignore テーブルで統計を表示 2025-10-06 21:57:10 +09:00
.gitignore テーブルで統計を表示 2025-10-06 21:57:10 +09:00
app.py mod 2026-06-03 19:00:58 +09:00
cache.py 最適化 2025-10-13 07:28:30 +09:00
cors.py 最適化 2025-10-13 07:28:30 +09:00
Dockerfile pythonのバージョン落とす 2026-03-29 15:40:43 +09:00
pipelines.py リファクタリング 2026-02-04 07:00:59 +09:00
README.md mod 2026-06-03 19:00:58 +09:00
requirements.txt mod 2026-06-03 19:00:58 +09:00
serve.py 最適化 2025-10-13 07:28:30 +09:00

tjaf

太鼓ウェブのデータを管理します

デバッグの開始

依存関係をインストールします

pip install -r requirements.txt

サーバーを起動します

fastapi dev --host 0.0.0.0