Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heliosker/helloadmin
基于Gin + Ant Design Vue UI 前后端分离管理系统
https://github.com/heliosker/helloadmin
admin go-admin go-admin-vue golang
Last synced: 3 months ago
JSON representation
基于Gin + Ant Design Vue UI 前后端分离管理系统
- Host: GitHub
- URL: https://github.com/heliosker/helloadmin
- Owner: heliosker
- License: mit
- Created: 2021-09-18T07:36:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T03:39:53.000Z (8 months ago)
- Last Synced: 2024-06-20T02:49:29.943Z (5 months ago)
- Topics: admin, go-admin, go-admin-vue, golang
- Language: Go
- Homepage: http://demo.helloadmin.cn
- Size: 4.69 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# HelloAdmin
HelloAdmin is a front-end and back-end separation management system based on Gin + Ant Design Vue UI. The front-end uses Ant Design Vue UI, and the back-end uses the Gin framework.
中文文档: [README_zh.md](/README_zh.md)
## Built-in Features
- [x] JWT Login
- [x] Role Management
- [x] Menu Management
- [x] Department Management
- [x] Operation LogExperience it at: [http://demo.helloadmin.cn](http://demo.helloadmin.cn)
## Features
* Gin: https://github.com/gin-gonic/gin
* Gorm: https://github.com/go-gorm/gorm
* Wire: https://github.com/google/wire
* Viper: https://github.com/spf13/viper
* Zap: https://github.com/uber-go/zap
* Golang-jwt: https://github.com/golang-jwt/jwt
* Go-redis: https://github.com/go-redis/redis
* Testify: https://github.com/stretchr/testify
* Sonyflake: https://github.com/sony/sonyflake
* Gocron: https://github.com/go-co-op/gocron
* Go-sqlmock: https://github.com/DATA-DOG/go-sqlmock
* Gomock: https://github.com/golang/mock
* Swaggo: https://github.com/swaggo/swag## Screenshots
![Login](https://raw.githubusercontent.com/heliosker/helloadmin/main/images/login.png)
![Dashboard](https://raw.githubusercontent.com/heliosker/helloadmin/main/images/dashboard.png)
![dept](https://raw.githubusercontent.com/heliosker/helloadmin/main/images/dept.png)
![role](https://raw.githubusercontent.com/heliosker/helloadmin/main/images/role.png)
## Frontend Repository
Link: [Helloadmin-ui](https://github.com/susie721/helloadmin-vue)
## License
HelloAdmin is released under the MIT License. For more information, please see the [LICENSE](LICENSE) file.