This commit is contained in:
cjw
2026-02-13 00:29:12 +08:00
parent 09e586734b
commit aa1c91b818
7 changed files with 43 additions and 20 deletions
+5 -1
View File
@@ -63,6 +63,7 @@ moldinsight_project/
pip install -r requirements.txt
```
2. 配置数据库连接(修改.env文件)
3. 启动服务:
@@ -70,4 +71,7 @@ pip install -r requirements.txt
python src/main.py
```
4. 访问 http://localhost:8000
4. 访问服务
- 查看端口配置:打开 `.env` 文件查看 `PORT` 的值
- 默认端口:8000
- 访问地址:http://localhost:${PORT}