Create README.md

This commit is contained in:
arong2048
2021-12-15 22:04:56 +08:00
committed by GitHub
parent c1b90ab3e4
commit a082ad6f4c

33
README.md Normal file
View File

@@ -0,0 +1,33 @@
# hrms
基于go、gorm、gin、mysql及layui构建的人力资源管理系统。提供员工管理、考试管理、薪资考勤管理、权限管理及分公司分库数据隔离等功能。欢迎Star或提Issue。
# 使用方式
- git clone https://github.com/pbrong/hrms.git
- cd hrms && go mod tidy
- 更新conf配置文件配置
- sh build.sh 执行脚本编译可执行文件执行 或 直接启动main.go运行
# 功能结构
![a]("https://github.com/pbrong/pbrong/blob/main/developer.gif")
# 界面展示
- 分公司登陆
- 超级管理员、企业管理员及普通员工
- 权限管理
- 薪酬管理
- 工资发放
- 考勤上报
- 招聘管理
- 候选人管理
- 考试管理
- 考试答题