All Projects → liukuo362573 → Yishaadmin

liukuo362573 / Yishaadmin

Licence: mit
基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观。演示版 http://106.14.124.170/admin

Projects that are alternatives of or similar to Yishaadmin

AspNetCoreMvcAngular
ASP.NET Core MVC with angular in MVC View OpenID Connect Hybrid Flow
Stars: ✭ 54 (-95.45%)
Mutual labels:  mvc, aspnetcore
Wtm
Use WTM to write .netcore app fast !!!
Stars: ✭ 3,403 (+186.93%)
Mutual labels:  aspnetcore, mvc
DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core 3.x applications.
Stars: ✭ 117 (-90.13%)
Mutual labels:  mvc, aspnetcore
MADE.NET
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
Stars: ✭ 75 (-93.68%)
Mutual labels:  mvc, aspnetcore
Esp8266 Wifi Relay
simple sketch of using ESP8266WebServer to switch relays on GPIO pins. It serves a simple website with toggle buttons for each relay
Stars: ✭ 13 (-98.9%)
Mutual labels:  jquery, bootstrap3
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (-96.8%)
Mutual labels:  mvc, aspnetcore
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (-77.91%)
Mutual labels:  aspnetcore, mvc
Organizingaspnetcore
Offers several different ways to organize content in ASP.NET Core MVC and Razor Pages projects.
Stars: ✭ 183 (-84.57%)
Mutual labels:  aspnetcore, mvc
Abp Asp.net Boilerplate Project Cms
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
Stars: ✭ 677 (-42.92%)
Mutual labels:  mvc, jquery
Slickflow
.NET 开源工作流, NET Open Source Workflow Engine
Stars: ✭ 559 (-52.87%)
Mutual labels:  mvc, bootstrap3
XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (-96.04%)
Mutual labels:  mvc, aspnetcore
Azure Armviewer
Graphically visualize Azure Resource Manager templates NO LONGER UPDATED
Stars: ✭ 38 (-96.8%)
Mutual labels:  jquery, bootstrap3
MsCoreOne
MsCoreOne is a simple Ecommerce with using many technologies such as .NET 5, Entity Framework Core 5, React 16.13 with modern Clean Architecture, Domain-Driven Design, CQRS, SOLID, Identity Server 4, Blazor. It will focus on resolving the problems always see in the process to develop projects.
Stars: ✭ 77 (-93.51%)
Mutual labels:  mvc, aspnetcore
MvcSimplePager
Simple,lightweight,easy to expand pager for asp.net mvc and asp.net core,针对asp.net mvc 和 asp.net core 设计的通用、扩展性良好的轻量级分页扩展
Stars: ✭ 13 (-98.9%)
Mutual labels:  mvc, aspnetcore
Aspnetcorelocalization
Localization.SqlLocalizer & ASP.NET Core MVC Localization Examples
Stars: ✭ 183 (-84.57%)
Mutual labels:  aspnetcore, mvc
AspNetCore-ReCAPTCHAv3
reCAPTCHA v3 Usage in Asp.Net Core MVC
Stars: ✭ 17 (-98.57%)
Mutual labels:  mvc, aspnetcore
Dotnettency
Mutlitenancy for dotnet applications
Stars: ✭ 100 (-91.57%)
Mutual labels:  aspnetcore, mvc
Elmahcore
ELMAH for Net.Standard and Net.Core
Stars: ✭ 127 (-89.29%)
Mutual labels:  aspnetcore, mvc
Angular Slickgrid
Angular-Slickgrid is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes
Stars: ✭ 298 (-74.87%)
Mutual labels:  jquery, bootstrap3
Bootstrap
Open Source JS plugins
Stars: ✭ 13 (-98.9%)
Mutual labels:  jquery, bootstrap3

YiShaAdmin

YiShaAdmin 基于.NET Core Web开发,借鉴了很多开源项目的优点,让你开发Web管理系统和移动端Api更简单,所以我也把她开源了。 她可以用于所有的Web应用程序,例如网站管理后台、CMS、CRM、ERP、OA这类的系统和移动端Api。
如果对你有帮助,请帮忙给个 star :)

YiShaAdmin 版本 .NET Core 版本 是否支持
3.1(当前) 3.1 支持
2.2 2.2 支持(Released)

内置功能

  • 员工管理:员工是系统操作者,该功能主要完成系统用户配置
  • 部门管理:配置系统组织机构(公司、部门、小组)
  • 职位管理:配置系统用户所担任职务
  • 文章中心:管理新闻及公司案例
  • 角色管理:角色菜单权限分配,角色对应权限,员工属于某个角色
  • 菜单管理:配置系统菜单,操作权限,按钮权限标识
  • 通用字典:系统里动态改变的数据,像文章类型,用字典进行维护,不变的数据,可以用枚举
  • 行政区划:全国的省市县三级数据,展示树形数据的使用
  • 系统日志(登录日志、操作日志、Api日志):查看系统的登录、操作、Api调用日志
  • 定时任务:在线(添加、修改、删除)任务调度,包含执行结果日志
  • 系统Api:Api文档与测试工具
  • 数据表管理:查看当前数据库所有表、字段及记录总数
  • 代码生成:快速生成对单表的增删改查
  • 服务器信息:查看服务器的基本信息

在线体验

  1. 项目地址:http://106.14.124.170/admin
  2. 账号密码:admin 123456

开发文档

文档地址:http://106.14.124.170/doc

演示图

登录页面 登录进去首页 用户列表 用户列表修改

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].