Compare commits

..

3 Commits

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

9
.env Normal file
View File

@ -0,0 +1,9 @@
# 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