# exam-serve **Repository Path**: cvpv/exam-serve ## Basic Information - **Project Name**: exam-serve - **Description**: 通用在线考试系统的服务端。 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-03 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # exam-serve #### 介绍 通用在线考试系统的服务端。 #### 软件架构 采用Node.js作为服务端环境,使用Exxpress作为服务端框架。 #### 安装教程 1. git clone https://gitee.com/cvpv/exam-serve 2. cd exam-serve 3. npm install 4. 在db.js文件中配置数据连接池 #### 使用说明 1. cd exam-serve 2. npm start 3. 访问http://localhost:7797/ ,出现express默认欢迎界面即运行成功 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request