Compare commits
2 Commits
4ed9a65e52
...
3bd5e77ce4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3bd5e77ce4 | ||
![]() |
b0fccdf7c9 |
@ -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` 启动
|
||||
|
Loading…
x
Reference in New Issue
Block a user