# Teaching System **Repository Path**: mariont/teaching-system ## Basic Information - **Project Name**: Teaching System - **Description**: 软件工程教学辅助系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2022-03-24 - **Last Updated**: 2024-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Teaching System #### 介绍 软件工程教学辅助系统 #### 软件架构 目前完成管理员登录注册功能,后台前端界面,学生管理和教师管理模块。(使用前请先用maven进行项目依赖加载) 引导类:TeachsystemApplication(运行即可完成服务器构建) 后台管理:localhost:8080/pages/index.html 登录:localhost:8080/pages/login.html 学生管理: localhost:8080/pages/student_table.html localhost:8080/pages/class_table.html localhost:8080/pages/major_table.html localhost:8080/pages/grade_table.html 教师管理: localhost:8080/pages/teacher_table.html 课程管理: localhost:8080/pages/course_table.html 作业习题管理: localhost:8080/pages/work_table.html(老师发布作业) localhost:8080/pages/submitwork_table.html(学生提交作业) 作业批改管理: localhost:8080/pages/correctwork_table.html(老师批改作业) 课件资料管理: localhost:8080/pages/resource_table.html 文件上传: UpLoadController.java 文件 学生端界面: localhost:8080/pages/userpages/student/student_index.html localhost:8080/pages/userpages/student/student_course_table.html localhost:8080/pages/userpages/student/student_resource_table.html localhost:8080/pages/userpages/student/student_submitwork_table.html localhost:8080/pages/userpages/student/student_work_table.html 教师端界面: localhost:8080/pages/userpages/teacher/teacher_index.html localhost:8080/pages/userpages/teacher/teacher_work_table.html localhost:8080/pages/userpages/teacher/teacher_course_table.html localhost:8080/pages/userpages/teacher/teacher_resource_table.html localhost:8080/pages/userpages/teacher/teacher_correctwork_table.html 数据库表导入: sql文件在datasource中