No description
Find a file
yuuki d1ef2ecaf1
Some checks failed
Build and Push Docker Image to GHCR / build-and-push (push) Has been cancelled
1時間に7件投稿可能にする
2026-01-16 16:20:17 +09:00
.devcontainer Dockerの環境を整備 2025-10-06 12:50:43 +09:00
.github/workflows Dockerの環境を整備 2025-10-06 12:50:43 +09:00
static スタイル更新 2025-10-24 11:22:27 +09:00
templates クリアした難易度の多いユーザーのランキングを作成 2026-01-14 04:47:03 +09:00
.dockerignore テーブルで統計を表示 2025-10-06 21:57:10 +09:00
.gitignore テーブルで統計を表示 2025-10-06 21:57:10 +09:00
app.py 1時間に7件投稿可能にする 2026-01-16 16:20:17 +09:00
cache.py 最適化 2025-10-13 07:28:30 +09:00
cors.py 最適化 2025-10-13 07:28:30 +09:00
Dockerfile Pythonと依存関係の更新 2025-12-29 11:11:01 +09:00
limit.py refactor: times_wrap 2026-01-15 20:31:50 +09:00
README.md ランキングを実装してみる 2025-10-23 11:10:32 +09:00
requirements.txt スコアランキングの実装 2026-01-09 14:51:25 +09:00
serve.py 最適化 2025-10-13 07:28:30 +09:00
tjaf.py ミスってね 2025-10-07 01:12:56 +09:00

tjaf

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

デバッグの開始

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

pip install -r requirements.txt

データベースを起動します

docker run --detach \
  --name tjaf-redis-debug \
  --volume tjaf-redis-debug:/data \
  --publish 4001:6379 \
  redis

サーバーを起動します

SONGS_DIR=~/taiko-web/public/songs MONGO_URI=mongodb://127.0.0.1:1001/ REDIS_URI=redis://127.0.0.1:4001/ fastapi dev --host 0.0.0.0 --port 4000

デプロイ

今すぐデプロイ!