# 语雀api **Repository Path**: web-zrd/yuqueAPI ## Basic Information - **Project Name**: 语雀api - **Description**: WISStudio二轮考核接口 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-03-24 - **Last Updated**: 2024-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 语雀API ### 环境要求 需要Node JS 环境 如果电脑上还没有配置nodejs环境的话点击以下链接下载nodejs并全局安装 [下载 | Node.js (nodejs.org)](https://nodejs.org/zh-cn/download) ### 安装 ``` $ git clone git@gitee.com:web-zrd/yuqueAPI.git ``` 或者 ``` $ git clone https://gitee.com/web-zrd/yuqueAPI.git ``` ### 运行 进入文件内的app文件夹目录打开vscode终端或git bash终端或者其他终端,执行以下命令: ``` $ npm install $ node main.js ``` 服务器默认端口为8081 启动后打开网页:http://localhost:8081