1
0
mirror of https://github.com/GoAdminGroup/go-admin.git synced 2024-11-21 17:46:41 +02:00
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
Go to file
2024-11-13 22:59:18 +08:00
.github fix(adapter): fixed echo adapter error 2020-08-03 16:33:40 +08:00
adapter update version 2024-04-25 09:00:39 +08:00
context support switch theme 2024-04-11 14:27:52 +08:00
data fix(data): rollback 2020-09-11 15:20:24 +08:00
engine update nav menu 2024-04-21 16:54:48 +08:00
examples support switch theme 2024-04-11 11:16:17 +08:00
modules fix generator sqlite table error && update version 2024-07-04 09:35:20 +08:00
plugins feat: test drone ci 2024-08-18 08:49:02 +08:00
template update 2024-06-01 08:13:16 +08:00
tests feat: test drone ci 2024-08-18 10:47:28 +08:00
.deepsource.toml Add .deepsource.toml 2020-08-14 14:14:56 +00:00
.drone.yml Merge branch 'master' into feature/test_drone_ci 2024-08-19 08:56:27 +08:00
.gitignore fix(admin): fixed paginator bug 2020-12-07 09:16:17 +08:00
CODE_OF_CONDUCT.md modify CODE_OF_CONDUCT 2019-10-18 10:41:13 +08:00
CONTRIBUTING_CN.md update contribution guide 2019-11-10 19:54:27 +08:00
CONTRIBUTING.md update contribution guide 2019-11-10 19:54:27 +08:00
docker-compose.yml Add docker-compose for fast build dev env, include mysql, postgre, goadmin, and portainer container to maintain all docker env 2021-01-14 19:15:19 +08:00
Dockerfile docs(readme): update readme 2022-08-24 12:38:54 +08:00
DONATION.md add donation list 2019-09-26 09:21:48 +08:00
go.mod feat: test drone ci 2024-08-18 09:07:58 +08:00
go.sum feat: test drone ci 2024-08-18 09:07:58 +08:00
LICENSE Update LICENSE 2019-09-24 21:15:05 +08:00
Makefile feat: test drone ci 2024-08-17 08:09:42 +08:00
README_CN.md feat: update readme 2024-11-13 22:59:18 +08:00
README.md test drone.ci 2024-08-16 11:12:02 +08:00
SECURITY.md Create SECURITY.md 2022-01-22 02:21:09 +00:00

go-admin

the missing golang data admin panel builder tool.

Documentation | 中文文档 | 中文介绍 | DEMO | 中文DEMO | Twitter | Forum

Build Status Go Report Card golang discord telegram license

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

interface

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

Who is using

Comment the issue to tell us.

How to

Following three steps to run it.

$ mkdir new_project && cd new_project
$ go install github.com/GoAdminGroup/adm@latest
$ adm init web

Example

Quick follow up example:

See the docs for more details.

Backers

Your support will help me do better! [Become a backer]

Contribution

here for contribution guide

here to join into the develop team

join telegram