- 本项目运行于Python-3.11环境下
-
本地启动
git clone https://github.com/HeLongaa/Software-Cup-APP.git
cd Software-Cup-APP
pip install requirements.txt
set FLASK_APP=app.py
flask run
-
Docker镜像:
docker pull registry.ap-southeast-1.aliyuncs.com/helongaa/aiedu:1.0.2
docker run -p 5000:5000 registry.ap-southeast-1.aliyuncs.com/helongaa/aiedu:1.0.2
页面所有功能路由/tool,可以通过访问页面/manage配置所用接口信息,接口信息通过讯飞开发者平台获取
默认用户密码为admin/password