# Course_manager **Repository Path**: LiuXlin/course_manager ## Basic Information - **Project Name**: Course_manager - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-01 - **Last Updated**: 2025-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Course_manager #### 介绍 课程管理系统旨在通过现代化的Web技术,显著提升教育机构内部的教学管理和沟通效率。传统方法如纸质文件记录和手动安排课程,不仅效率低下,还容易产生错误,影响教育质量的提升。为此,本系统致力于通过集成化的数字平台改进这些问题,实现课程注册、信息更新、成绩管理等功能的自动化与高效化。 #### 使用说明 1.下载CourseManagerApi - idea、CourseManagerVue、course_manager.sql 三个文件到本地。 2.新建一个数据库,命名为course_manager。而后新建查询,将course_manager.sql 文件中的文本复制粘贴,创建该数据库。 3.而后用idea打开CourseManagerApi - idea 该后端文件,在src中找到application.yaml文件并运行 4.再用idea打开CourseManagerVue 该前端文件,找到index.html文件后运行,在下放运行查看框找到 链接,而后复制到浏览器打开,即可进入本系统 (注意:有三个实体,分别为学生,老师、管理员,账号密码可在数据库中查看) Course Manager Introduction The Course Management System aims to significantly enhance the efficiency of teaching management and communication within educational institutions through modern web technologies. Traditional methods such as paper-based records and manual course scheduling are not only inefficient but also prone to errors, which can hinder the improvement of educational quality. To address these issues, this system is dedicated to automating and streamlining functions such as course registration, information updates, and grade management through an integrated digital platform. Usage Instructions Download the following three files to your local machine: CourseManagerApi - idea, CourseManagerVue, and course_manager.sql. Create a new database named course_manager. Then, create a new query and copy and paste the text from the course_manager.sql file to set up the database. Open the CourseManagerApi - idea backend file using IntelliJ IDEA. Locate the application.yaml file in the src directory and run it. Next, open the CourseManagerVue frontend file using IntelliJ IDEA. Find the index.html file and run it. In the run console at the bottom, locate the link and copy it to your browser to access the system. (Note: There are three entities: Student, Teacher, and Administrator. Account credentials can be viewed in the database.) ![示例图片](images/images/example.png)