初始化鸿蒙应用展示平台项目 - 前后端分离架构

This commit is contained in:
Nvex
2025-10-25 11:45:17 +08:00
commit c0f81dbbe2
92 changed files with 40210 additions and 0 deletions

9
backend/.env.example Normal file
View File

@@ -0,0 +1,9 @@
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=root
MYSQL_PASSWORD=your_password
MYSQL_DATABASE=huawei_market
API_PREFIX=/api
DEBUG=False
CORS_ORIGINS=["http://localhost:5173","http://localhost:3000"]