# simple-admin-core
**Repository Path**: hello888888/simple-admin-core
## Basic Information
- **Project Name**: simple-admin-core
- **Description**: Simple Admin是一个基于go zero开发的的分布式微服务后端管理系统脚手架,提供后台管理系统的所有基本功能,支持k8s快速部署,助力快速开发高并发微服务集群,适合学习和商用。Simple Admin is a powerful microservice framework for basic management. It is based on go-zero and supports
- **Primary Language**: Go
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://doc.ryansu.tech/zh/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 83
- **Created**: 2024-01-06
- **Last Updated**: 2024-01-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Simple Admin
**English** | [中文](./README.md)
---
[](https://go-zero.dev/)
[](https://vvbin.cn/doc-next/)
[](https://entgo.io/)
[](https://github.com/casbin/casbin)
[](https://github.com/suyuan32/simple-admin-core/releases)
[](https://opensource.org/licenses/MIT)
[](https://discord.gg/NDED5p2hJk)


## Introduction
Simple Admin is an out-of-the-box distributed microservice back-end management system developed based on go-zero, which
provides rich functions for the development of medium and large back-ends, supports three-terminal code generation.
The official comes with a variety of extensions to help small and medium-sized enterprises quickly go to the cloud and
iterate quickly. Suitable for microservice learning and commercial use, open source and free.
## Official Tutorial
### [Simple Admin](https://www.youtube.com/@yuansu5197)
## [Goctls](https://github.com/suyuan32/goctls)
Based on the enhanced version of go zero, it provides a lot of optimizations for simple admin, has a lot of additional
code generation functions,
fully supports ent, and easily realizes three-terminal code generation, making development easier.
## [Doge](https://github.com/suyuan32/doge)
Doge is Simple Admin's command line tool for module download and deployment. It provides module source code download,
module docker, k8s deployment, server maintenance and other functions. Users can upload their own paid modules to earn
revenue, and now 10+ modules are included.
## 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
- **Code Generation**: Built-in three-terminal Web, API, RPC code generation
- **Multiple extensions**: Provides a variety of extensions and has a very simple access function
- **Other** builtin concurrency control, adaptive circuit breaker, adaptive load shedding, auto-trigger, auto recover
## Supported functions
- User management: manage system user data
- Department management: manage the department to which you belong
- Post management: configure the positions held by system users
- Menu management: configure system menus, tree display
- Role management: manage role permissions, support multiple roles
- Dictionary management: maintain data dictionary, convenient for front-end use
- Interface document: automatically generate related api interface documents according to business code
- Code generation: automatically generate CRUD code, quickly generate custom logic
- Token management: manage token status, support blacklisting token
## Project Planning Progress
[RoadMap](https://github.com/suyuan32/simple-admin-core/issues/63)
## Preview
### Online preview
[Online Preview](http://101.132.124.135:8080/)
Account: admin
Password: simple-admin
#### Read Only, cannot register and modify


## Documentation
### [Simple Admin Document](https://doc.ryansu.tech)
- 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.tech/en/guide/basic-config/env_setting.html)
## Change Log
[CHANGELOG](./CHANGELOG.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
- [File Management](https://github.com/suyuan32/simple-admin-file)
- [Scheduled Task](https://github.com/suyuan32/simple-admin-job)
- [Member Management](https://github.com/suyuan32/simple-admin-member-api)
- [Message Center](https://github.com/suyuan32/simple-admin-message-center)
## How to contribute
You are very welcome to join 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
[](https://github.com/suyuan32/simple-admin-core)
## Maintainer
[@Ryan Su](https://github.com/suyuan32)
## License
[MIT © Ryan-2022](./LICENSE)