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` 启动