Compare commits

..

2 Commits

Author SHA1 Message Date
zlgecc
3bd5e77ce4 Merge branch 'main' of http://36.103.203.89:3000/gezhonglin/border_Inspection 2025-08-05 10:22:42 +08:00
zlgecc
b0fccdf7c9 backend readme 2025-08-05 10:22:39 +08:00

View File

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