basic websocket Oct 17, 2022 View all files README fastApi-Vue3-webSocket Part1: FastAPI Create virtualenv (optional) Install FastAPI and all necessary things by- pipinstallfastapiuvicornwebsockets Createmain.pyfile fromfastapiimportFastAPIapp=FastAPI()@app.get("/")defroot():return{"msg":"welcom...
一个全栈测试自动化平台,使用fastapi + vue3 ,快速实现接口自动化,方便维护扩展. Contribute to baizunxian/zerorunner development by creating an account on GitHub.
NetWorkAnnotationModel(websocket_url=field_value) elif self.field_type == 'FileUrl': NetWorkAnnotationModel(file_url=field_value) elif self.field_type == 'FtpUrl': NetWorkAnnotationModel(ftp_url=field_value) elif self.field_type == 'PostgresDsn': NetWorkAnnotationModel(postgres_dsn=field_value...
# 克隆项目 git clone https://github.com/baizunxian/zerorunner.git # 进入项目 cd zerorunner/frontend # 或者 yarn install # 修改配置 .env.development # 开发环境 .env.production # 生产环境 VITE_API_BASE_URL # 后端接口地址 VITE_API_PREFIX # 后端接口前缀 VITE_WBE_SOCKET_URL # websocket 地...
基于python3 + fastApi + celery + sqlalchemy + redis 使用软件版本 python version 3.9.6 mysql version 5.7.43 redis version 6.0.9 前端 基于vite + vue3 + element-plus 使用软件版本 node version 16.22.0 vue version 3.2.45 element-plus version 2.2.26 💒 平台地址地址 github htt...