All Projects → enilu → Material Admin

enilu / Material Admin

Licence: mit
A Material Designed Admin Framework based on Spring boot2 And Bootstrap

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Material Admin

Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+483.16%)
Mutual labels:  material-design, bootstrap, admin
Bootstrap 5 Templates
A collection of free Bootstrap 5 templates designed with Material Design 2.0. Admin dashboard, e-commerce, landing pages & much more.
Stars: ✭ 722 (+268.37%)
Mutual labels:  material-design, bootstrap, admin
Devextreme Reactive
Business React components for Bootstrap and Material-UI
Stars: ✭ 1,800 (+818.37%)
Mutual labels:  material-design, bootstrap
Ng Pi Admin
Angular admin http://treesflower.com/ng-pi-admin
Stars: ✭ 131 (-33.16%)
Mutual labels:  bootstrap, admin
Tabler React
React components and demo for the Tabler UI theme.
Stars: ✭ 1,830 (+833.67%)
Mutual labels:  bootstrap, admin
Tabler Angular
Maintained by @arunabhdas Tabler for Angular - Components, demos and documentation
Stars: ✭ 118 (-39.8%)
Mutual labels:  bootstrap, admin
Springboot Restful Angular
springBoot,restful,jwt,angular4 搭建的前后端分离后台管理系统
Stars: ✭ 121 (-38.27%)
Mutual labels:  spring-boot, admin
Bootstrap Table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Stars: ✭ 11,068 (+5546.94%)
Mutual labels:  material-design, bootstrap
Adminlte
AdminLTE - Free admin dashboard template based on Bootstrap 4
Stars: ✭ 40,112 (+20365.31%)
Mutual labels:  bootstrap, admin
Generator Jhipster React
DEPRECATED: feature moved to main generator
Stars: ✭ 155 (-20.92%)
Mutual labels:  spring-boot, material-design
Flog
A Simple Blog Powered by Flask
Stars: ✭ 150 (-23.47%)
Mutual labels:  bootstrap, admin
Architectui Html Theme Free
ArchitectUI Dashboard Free is lightweight and comes packed with the minimal set of components to get you started. If you have a simple application, it’s the perfect solution for you. It’s built on top of Bootstrap 4 and features a scalable architecture just like it’s wiser, older sibling – ArchitectUI HTML Pro theme.
Stars: ✭ 155 (-20.92%)
Mutual labels:  bootstrap, admin
Servicestackvs
ServiceStackVS - Visual Studio extension for ServiceStack
Stars: ✭ 117 (-40.31%)
Mutual labels:  material-design, bootstrap
Light Blue Dashboard
🔥 Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (-43.88%)
Mutual labels:  bootstrap, admin
Sk Admin
基于 Spring Boot、 Spring Data JPA、 Spring Security、Vue 的前后端分离的管理系统。项目采用模块开发方式, 主要模块:权限管理 (RBAC(Role-Based Access Control,基于角色的访问控制),支持数据字典、数据权限管理、前端菜单支持动态路由)、日志管理、代码生成器、系统监控、云存储管理、系统工具等等
Stars: ✭ 130 (-33.67%)
Mutual labels:  spring-boot, admin
Lightning Admin Angular
A mobile first design of a responsive admin template built with angular and bootstrap
Stars: ✭ 107 (-45.41%)
Mutual labels:  bootstrap, admin
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+5531.63%)
Mutual labels:  bootstrap, admin
Ej2 Angular Ui Components
Syncfusion Angular UI components library offer more than 50+ cross-browser, responsive, and lightweight angular UI controls for building modern web applications.
Stars: ✭ 159 (-18.88%)
Mutual labels:  material-design, bootstrap
Vali Admin
Free Bootstrap 4 admin/dashboard template
Stars: ✭ 1,391 (+609.69%)
Mutual labels:  bootstrap, admin
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+4995.41%)
Mutual labels:  material-design, admin

English | 简体中文

Introduction

materail-admin is a Materail Design Admin Framework based on Spring Boot2 and Bootstrap. It includes basic functions commonly used in the background of rights management, configuration management, organization, users, scheduled tasks, and message management. Refining a typical business model can help you quickly build an enterprise back-end product system.

Preparation

  • Download JAVA IDE :Eclipse or Intellij IDEA
  • Install the Lombook plugin in the IDE.
  • Install JDK1.8 ,MySQL5.5+,Maven

Welcome to make an issue or pr

Features

  • Department management
  • Account management
  • Role management
  • Menu management
  • Permission managemenet
  • Configuration
  • Dict managemenet
  • Schedule
  • log

Getting started

# create dabase in mysql:
CREATE DATABASE IF NOT EXISTS material DEFAULT CHARSET utf8 COLLATE utf8_general_ci; 
CREATE USER 'material'@'%' IDENTIFIED BY 'material123';
GRANT ALL privileges ON material.* TO 'material'@'%';
flush privileges;

# clone the project
git clone https://github.com/enilu/material-admin.git
# enter the project directory
cd material-admin
# build and package 
mvn package 
# run the project
 java -jar target/material.jar

# open the browser and enter:
http://localhost:8085
user/password:admin/admin

Online Demo

http://material.enilu.cn

交流

License

MIT

Copyright (c) 2017-present enilu

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].