Skip to content

jinnanxu/dorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dorm

高校宿舍管理系统

毕业设计/SpringBoot/Vue/前后端分离/Java实战

技术栈

前后端分离,SpringBoot+MyBatis+Vue.js

数据库:MySQL

关键字:宿舍管理;数据可视化;管理系统

项目功能列表

左侧是学生用户前台功能,右侧为管理后台功能 image

部署方式

数据库

请安装MySQL 8.x版本,创建databas名为dorm,执行dorm.sql脚本,导入数据库。

后端SpringBoot工程

将dorm-api项目导入idea,使用jdk8,编译成功后,运行Application.java启动后端接口。

前端Vue工程

使用VSCode打开dorm-vue目录,然后执行以下命令:

  1. npm install
  2. npm run dev 启动成功后将会自动打开浏览器。
    如果浏览器显示 “Cannot GET /index” 错误,说明install没有成功,请重试多几次npm install,或者切换国内的cnpm镜像来安装依赖,方法请自行上网查找。只要install安装依赖成功了,启动后都可以看到页面。

更多项目

本博主还有掌上智慧农场小程序、基于决策树算法的农作物病虫害智能诊断平台、校园二手平台小程序、高校宿舍管理系统、流浪宠物救助平台、网上商城、公寓租赁平台等众多原创一手项目,适合初学者实践入门、毕业设计等。有需要请邮件联系:[email protected]

运行截图

image

image

image

image

image

image

image

image

image

image

image

image

image

image