https://github.com/chenhg5/go-admin
A dataviz framework help gopher to build a admin panel in ten minutes
https://github.com/chenhg5/go-admin
Last synced: 4 months ago
JSON representation
A dataviz framework help gopher to build a admin panel in ten minutes
- Host: GitHub
- URL: https://github.com/chenhg5/go-admin
- Owner: chenhg5
- License: apache-2.0
- Fork: true (GoAdminGroup/go-admin)
- Created: 2019-11-13T11:47:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T06:56:39.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:13:15.211Z (about 1 year ago)
- Language: Go
- Homepage: https://www.go-admin.com
- Size: 50.3 MB
- Stars: 99
- Watchers: 1
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
the missing golang data admin panel builder tool.
Documentation |
中文文档 |
中文介绍 |
DEMO |
中文DEMO |
Twitter |
Forum
Inspired by laravel-admin## Preface
GoAdmin is a toolkit to help you build a data visualization admin panel for your golang app.
Online demo: [https://demo.go-admin.com](https://demo.go-admin.com)

## Features
- 🚀 **Fast**: build a production admin panel app in **ten** minutes.
- 🎨 **Theming**: beautiful ui themes supported(default adminlte, more themes are coming.)
- 🔢 **Plugins**: many plugins to use(more useful and powerful plugins are coming.)
- ✅ **Rbac**: out of box rbac auth system.
- ⚙️ **Frameworks**: support most of the go web frameworks.## Translation
We need your help: [https://github.com/GoAdminGroup/docs/issues/1](https://github.com/GoAdminGroup/docs/issues/1)## Who is using
[Comment the issue to tell us](https://github.com/GoAdminGroup/go-admin/issues/71).
## How to
Following three steps to run it.
```shell
$ mkdir new_project && cd new_project
$ go install github.com/GoAdminGroup/adm@latest
$ adm init web
```## Example
Quick follow up example:
- [pure golang](https://github.com/GoAdminGroup/example), simple and less dependency
- [golang with frontend template](https://github.com/GoAdminGroup/example_with_frontend), change template by yourself
- [golang with vue](https://github.com/GoAdminGroup/example_with_vue), if you have vue experienceSee the [docs](https://book.go-admin.cn) for more details.
## Backers
Your support will help me do better! [[Become a backer](https://opencollective.com/go-admin#backer)]
## Contribution
[here for contribution guide](CONTRIBUTING.md)
here to join into the develop team
[join telegram](https://t.me/joinchat/NlyH6Bch2QARZkArithKvg)