初始化提交

This commit is contained in:
2025-12-13 21:35:46 +08:00
parent 487457e0a9
commit 4573a21f88
54 changed files with 20690 additions and 0 deletions

8
start-dev-backend.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
cd /d "%~dp0mengyaprofile-backend"
set RUN_MODE=development
echo Starting backend in DEVELOPMENT mode...
echo Backend API: http://localhost:5000
echo Frontend should run on: http://localhost:3000
echo.
python app.py