Skip to content

西电数据库大作业 公交管理系统

License

Notifications You must be signed in to change notification settings

xeonds/bus-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bus-Admin 公交调度管理系统

借助GormMySQL,实现的一个简单的公交调度管理系统。

项目结构

.
├── server/     # 后端
├── web/        # 前端
├── README.md
├── Makefile
└── .gitignore

技术栈

  • 后端:Golang + Gin + Gorm + MySQL
  • 前端:Vue + ElementUI

项目部署

项目在Linux环境下构建,使用Ubuntu 22.04 LTS测试通过。

  1. 安装GolangNode.js,并配置好环境变量
  2. 在config.yaml中配置好数据库地址等信息
  3. 运行如下指令:
make && make run