# simple-admin **Repository Path**: ibdp/simple-admin ## Basic Information - **Project Name**: simple-admin - **Description**: Simple Admin 是一个开箱即用的分布式微服务后端管理系统,基于go-zero开发,提供丰富的功能如服务发现,权限管理等 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/simple-admin - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 22 - **Created**: 2023-02-01 - **Last Updated**: 2023-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Simple Admin

**English** | [中文](./README.md) --- [![Go-Zero](https://img.shields.io/badge/Go--Zero-v1.4.3-brightgreen.svg)](https://go-zero.dev/) [![Vben Admin](https://img.shields.io/badge/Vben%20Admin-v2.8.0-yellow.svg)](https://vvbin.cn/doc-next/) [![Ent](https://img.shields.io/badge/Ent-v0.11.0-blue.svg)](https://entgo.io/) [![Casbin](https://img.shields.io/badge/Casbin-v2.52.1-orange.svg)](https://github.com/casbin/casbin) [![Release](https://img.shields.io/badge/Release-v0.2.1-green.svg)](https://github.com/suyuan32/simple-admin-core/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![SimpleAdmin](https://dcbadge.vercel.app/api/server/NDED5p2hJk)](https://discord.gg/NDED5p2hJk) ## Introduction Simple Admin is a powerful microservice framework for basic management. It is based on go-zero and supports several advanced features. It can help you to develop a microservice back-end management core in a short time. ## Feature - **State of The Art Development**:Use latest back-end technology development such as ent, go-zero, casbin - **Fully support go-swagger**: Write comment in api file and generate swagger doc easily - **Error handling**: Handle error messages via one module - **International**:support different languages show in the front-end via put locale path in the message - **Service Discover**: use k8s endpoints to do service discovery and load-balance - **Authority** Manage authority via Casbin, based on RBAC - **Other** builtin concurrency control, adaptive circuit breaker, adaptive load shedding, auto-trigger, auto recover ## Current Progress - [x] Login and Register - [x] Menu Management - [x] Role Management - [x] Role Authority - [x] User Management - [x] Operation log - [x] Service discovery - [x] Dictionary management - [x] Oauth management - [x] Fully support K8s - [x] Service Monitor - [x] Log collecting - [x] JWT blacklist - [x] Job Schedule - [x] Message queue - [x] Ent - [x] Backend CRUD generation - [x] Frontend CRUD code generation - [x] docker-compose script - [x] RPC logic group - [x] Proto files divide ## Preview ### Online preview [Online Preview](http://101.132.124.135/#/dashboard) Account: admin Password: simple-admin #### Read Only, cannot register and modify ![pic](https://i.postimg.cc/qqPNR02x/register-zh-cn.png) ![pic](https://i.postimg.cc/PxczkCr6/dashboard-zh-cn.png) ## Documentation [Simple Admin Document](https://doc.ryansu.pro) - go-zero [Document](https://go-zero.dev/) - ant-design-vue [Document](https://antdv.com/components/overview) ## Preparation - [Golang](http://go.dev/) and [git](https://git-scm.com/) - Project development environment - [Ent](https://entgo.io/docs/getting-started) - Ent - [Mysql](https://www.mysql.com/) - Familiar with mysql database - [GORM](https://gorm.io/) - Familiar with GORM apis - [Casbin](https://casbin.org/) - Familiar with Casbin apis - [Go-swagger](https://goswagger.io/) - Go-swagger document generation ## Quick Start [Quick Start Document](https://doc.ryansu.pro/en/guide/basic-config/env_setting.html) ## Change Log [CHANGELOG](./CHANGELOG.zh_CN.md) ## Relative Project - [Simple Admin](https://github.com/suyuan32/simple-admin-core) - [Simple Admin Backend UI](https://github.com/suyuan32/simple-admin-backend-ui) ## Optional Components - [Simple Admin File Manager](https://github.com/suyuan32/simple-admin-file) ## How to contribute You are very welcome to join![Raise an issue](https://github.com/suyuan32/simple-admin-core/issues/new) Or submit a Pull Request。 **Pull Request:** 1. Fork code! 2. Create your own branch: `git checkout -b feat/xxxx` 3. Submit your changes: `git commit -am 'feat(function): add xxxxx'` 4. Push your branch: `git push origin feat/xxxx` 5. submit`pull request` ## Git Contribution submission specification - reference [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) specification ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular)) - `feat` Add new features - `fix` Fix the problem/BUG - `style` The code style is related and does not affect the running result - `perf` Optimization/performance improvement - `refactor` Refactor - `revert` Undo edit - `test` Test related - `docs` Documentation/notes - `chore` Dependency update/scaffolding configuration modification etc. - `workflow` Workflow improvements - `ci` Continuous integration - `types` Type definition file changes - `wip` In development # Community > [Discard](https://discord.gg/NDED5p2hJk) > [Discussion](https://github.com/suyuan32/simple-admin-core/discussions) ## Stars [![Star History Chart](https://api.star-history.com/svg?repos=suyuan32/simple-admin-core&type=Date)](https://github.com/suyuan32/simple-admin-core) ## Maintainer [@Ryan Su](https://github.com/suyuan32) ## License [MIT © Ryan-2022](./LICENSE)