実装をPythonに変更

This commit is contained in:
2025-06-09 13:21:22 +09:00
parent abd13805db
commit 0ab78dcdff
42 changed files with 16 additions and 26 deletions

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