# hypers-admin **Repository Path**: unsafe-rust/hypers-admin ## Basic Information - **Project Name**: hypers-admin - **Description**: 基于 `hypers` 和 `rbatis` 的 `rbac` 的权限管理系统 - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-13 - **Last Updated**: 2024-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `hypers-admin` 是基于 `hypers` 和 `rbatis` 的 `rbac` 权限管理系统 # 预览地址 http://110.41.179.89/salvo 账号:18613030352 密码:123456 # 本地启动 ``` 1.创建数据库并导入sql脚本 2.修改main.rs代码中的 let mysql_url = "mysql://root:123456@127.0.0.1:3306/rustdb" 为你自己的数据信息 3.启动 cargo run main.rs 4.验证脚本在docs目录下,请求接口前要先执行登录接口(user.http文件中) POST {{host}}/api/login Content-Type: application/json { "mobile": "18613030352", "password": "123456" } > {% client.global.set("token", response.body.data.token); %} ``` # 系统截图 ## 首页 ![home](docs/images/home.png) ## 用户界面 ![user](docs/images/user.png) ## 角色分配界面 ![user-role](docs/images/user-role.png) ## 角色界面 ![role](docs/images/role.png) ## 菜单分配界面 ![role-menu](docs/images/role-menu.png) ## 菜单界面 ![menu](docs/images/menu.png)