# 试卷管理系统 **Repository Path**: greedy-cat/ems ## Basic Information - **Project Name**: 试卷管理系统 - **Description**: 主要功能需求:试题管理,试题增删改查,试卷生成(要求word文档) 后台:springboot 前端:vue-element-template - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 23 - **Forks**: 4 - **Created**: 2021-11-30 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 试卷管理系统 #### 介绍 主要功能需求:试题管理,试题增删改查,试卷生成(要求word文档) 后台:springboot 前端:vue-element-template #### 安装教程 **前端** 1. 运行 `npm install` 2. 修改接口地址 在`.env.production`里 3. 运行 `npm run prod` **后端** 1. 修改配置文件`\src\main\resources\application.properties`里的数据库地址 2. 根据entity自己建好表,表不多(我的数据库文件丢了,要是有人建好表,欢迎提交pull requests!) 3. 运行项目 #### 各位下载前请务必点一下星星 star ,感谢🙇‍