Compare commits

..

3 Commits

Author SHA1 Message Date
a7ed4d06fb __init__.pyを大まかに作成 2025-06-13 22:09:21 +09:00
e30a0a6f9b run.py __init__.pyの形をとりあえず作成 2025-06-10 13:08:08 +09:00
43f53fe79b 実装をPythonに変更 2025-06-09 13:21:22 +09:00

9
.env
View File

@ -1,9 +0,0 @@
# Flask Configuration
FLASK_CONFIG=development
SECRET_KEY=your_secret_key_here
# Database Configuration
DB_USER=root
DB_PASSWORD=your_db_password
DB_HOST=db
DB_NAME=workout_db