backend readme
This commit is contained in:
parent
1e6b3d316e
commit
b0fccdf7c9
@ -104,7 +104,7 @@ pip install -r requirements.txt
|
|||||||
#### 2. 初始化数据库
|
#### 2. 初始化数据库
|
||||||
```bash
|
```bash
|
||||||
# 启动服务(会自动创建数据库表)
|
# 启动服务(会自动创建数据库表)
|
||||||
python start.py
|
python app.py
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 3. 初始化示例数据
|
#### 3. 初始化示例数据
|
||||||
@ -114,7 +114,7 @@ python init_data.py
|
|||||||
|
|
||||||
#### 4. 启动服务
|
#### 4. 启动服务
|
||||||
```bash
|
```bash
|
||||||
python start.py
|
python app.py
|
||||||
```
|
```
|
||||||
|
|
||||||
服务将在 `http://localhost:8000` 启动
|
服务将在 `http://localhost:8000` 启动
|
||||||
|
Loading…
x
Reference in New Issue
Block a user