Compare commits
No commits in common. "3bd5e77ce4053d23610f97ee2580385c791d5425" and "4ed9a65e5207d0cf3f0fd737c815092116a14b9d" have entirely different histories.
3bd5e77ce4
...
4ed9a65e52
@ -104,7 +104,7 @@ pip install -r requirements.txt
|
|||||||
#### 2. 初始化数据库
|
#### 2. 初始化数据库
|
||||||
```bash
|
```bash
|
||||||
# 启动服务(会自动创建数据库表)
|
# 启动服务(会自动创建数据库表)
|
||||||
python app.py
|
python start.py
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 3. 初始化示例数据
|
#### 3. 初始化示例数据
|
||||||
@ -114,7 +114,7 @@ python init_data.py
|
|||||||
|
|
||||||
#### 4. 启动服务
|
#### 4. 启动服务
|
||||||
```bash
|
```bash
|
||||||
python app.py
|
python start.py
|
||||||
```
|
```
|
||||||
|
|
||||||
服务将在 `http://localhost:8000` 启动
|
服务将在 `http://localhost:8000` 启动
|
||||||
|
Loading…
x
Reference in New Issue
Block a user