GithubHelp home page GithubHelp logo

swardshadow / material-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from enilu/material-admin

0.0 1.0 0.0 9.14 MB

A Material Designed Admin Framework based on Spring boot2 And Bootstrap

License: MIT License

Java 19.14% TSQL 0.71% HTML 3.63% CSS 23.42% JavaScript 53.04% Python 0.06%

material-admin's Introduction

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

material-admin's People

Contributors

enilu avatar fanofxiaofeng avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.