Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin008 authored Dec 27, 2023
1 parent 200fb12 commit a18f551
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Dahe admin
**Read this in other languages: [English](README.md), [中文](README_zh.md).**
## Language

- [English](#english)
- [中文](#中文)

---

### English


This is a highly practical web project ideal for learning: a multi-store food ordering mini-program. The project is divided into three parts. The backend API is developed with Spring Boot 3, based on Java 17. The frontend consists of two parts: the mini-program and a backend management system, both developed using Vue 3 syntax. The backend management utilizes a proprietary lightweight RBAC (Role-Based Access Control) system that manages the display and usage permissions of pages and buttons through the control of routes, menu items, and custom directives.
---

## version:

Expand All @@ -17,3 +25,24 @@ This is a highly practical web project ideal for learning: a multi-store food or
## frontend app:
![image-20220817173534202](https://document-1255680412.cos.ap-guangzhou.myqcloud.com/food/%E5%B0%8F%E7%A8%8B%E5%BA%8F%E9%A2%84%E8%A7%88.jpg)



### 中文

这是一个非常适合学习的实战web项目,多门店点餐小程序,项目分三个部分,后端api是springboot3开发的,基于java17,前端有小程序部分和后台管理两个部分组成,都是基于vue3语法开发,后台管理使用自研的轻量级rbac管理,通过控制页面的路由,menu菜单,和自定义指令来控制页面和按钮的显示使用权限

## 版本:

| frontend admin | vue3+ts |
| -------------- | ------------ |
| frontend app | uni-app |
| backend api | springboot 3 |

## 前端后台管理:
![image-20220817173534209](https://document-1255680412.cos.ap-guangzhou.myqcloud.com/%E9%A1%B9%E7%9B%AE%E9%A2%84%E8%A7%88.gif)

## 前端app:
![image-20220817173534202](https://document-1255680412.cos.ap-guangzhou.myqcloud.com/food/%E5%B0%8F%E7%A8%8B%E5%BA%8F%E9%A2%84%E8%A7%88.jpg)



0 comments on commit a18f551

Please sign in to comment.