Go to file
yuukiwww a365ae41fd fastapiコマンドを使用する 2024-05-12 21:32:45 +00:00
.devcontainer pythonのパッケージをユーザーにインストールさせる 2024-04-27 07:57:12 +00:00
static faviconを設定 2024-05-12 21:13:28 +00:00
templates 画像の調整 2024-05-12 19:12:54 +00:00
.dockerignore メモの削除とDocker対応 2024-05-02 08:13:59 +00:00
.gitignore build python + vercel 2024-04-28 06:27:24 +00:00
Dockerfile fastapiコマンドを使用する 2024-05-12 21:32:45 +00:00
analytics_daily.txt test commit 2024-04-21 10:48:53 +00:00
analytics_hourly.txt リアルタイムの統計データも表示する 2024-04-23 13:18:43 +00:00
app.py indexのプリント方式を変更 2024-05-12 21:14:00 +00:00
filters.py フィルターを別ファイルにまとめる 2024-05-12 17:00:17 +00:00
memo.txt メモの削除とDocker対応 2024-05-02 08:13:59 +00:00
readme.txt fastapiコマンドを使用する 2024-05-12 21:32:45 +00:00
requirements.txt 依存関係の更新 2024-05-12 21:13:43 +00:00
user_agent.txt rename 2024-04-26 10:06:58 +00:00
vercel.json build python + vercel 2024-04-28 06:27:24 +00:00

readme.txt

$ pip install -r requirements.txt
$ docker run -d --name db-debug -p 27017:27017 mongo
$ fastapi dev