# stu_manage_back **Repository Path**: inkwall/stu_manage_back ## Basic Information - **Project Name**: stu_manage_back - **Description**: 学生学籍管理系统后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-18 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据库课设——学籍管理系统 **前端vue+elementUI、后端nodejs、数据库MySQL(使用了phpstudy一键启动数据库,可视化工具navicate)** ## 前端stu_frontend 项目地址1GitHub:[https://github.com/Inkwall233/stu_manage_front](https://github.com/Inkwall233/stu_manage_front) 项目地址2Gitee:[https://gitee.com/inkwall/stu-manage-front](https://gitee.com/inkwall/stu-manage-front) ### 环境 安装nodejs 安装依赖 `npm install` 启动项目 `npm run serve` 更改了可以无后端和MySQL直接预览项目,实际上是把登录和获取用户信息网络请求关了 当后端和MySQL搭建好,在src/store/index.js,把getLogin和getInfo函数注释的打开 ## 后端stu_backend 项目地址1GitHub[https://github.com/Inkwall233/stu_manage_back](https://github.com/Inkwall233/stu_manage_back) 项目地址2Gitee[https://gitee.com/inkwall/stu_manage_back](https://gitee.com/inkwall/stu_manage_back) 安装依赖 `npm install` 启动项目 `node index.js` ## MySQL数据库 数据存放在stu_backend文件夹下面sql语句,运行sql文件即可 ## 视频演示 [https://www.bilibili.com/video/BV1ap4y1W7o4](https://www.bilibili.com/video/BV1ap4y1W7o4)