From b0fccdf7c972296983e1c0ffeb9e89b7da56f6d3 Mon Sep 17 00:00:00 2001 From: zlgecc <103418489+zlgecc@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:22:39 +0800 Subject: [PATCH] backend readme --- server/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/readme.md b/server/readme.md index c47c57b..2ce93fe 100644 --- a/server/readme.md +++ b/server/readme.md @@ -104,7 +104,7 @@ pip install -r requirements.txt #### 2. 初始化数据库 ```bash # 启动服务(会自动创建数据库表) -python start.py +python app.py ``` #### 3. 初始化示例数据 @@ -114,7 +114,7 @@ python init_data.py #### 4. 启动服务 ```bash -python start.py +python app.py ``` 服务将在 `http://localhost:8000` 启动