roscopecoltran / easyadmin

multi tenant baas platform , a mini salesforce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend

react redux-form material-ui

src/main/app 

npm install & npm start

backend

spring boot

Application -> run

demo

http://101.132.97.131 admin admin

architecture

architecture

related projects

RESTful APIs

Overview

Version information

Version: 1.0

URI scheme

Host: localhost:8080 BasePath: /

Tags

data-controller: Data Controller

  • create record
  • query records with filter,page,sort
  • edit record
  • find one

authentication-rest-controller: Authentication Rest Controller

  • login and return token
  • refresh token

user-controller: User Controller

apply-controller: Apply Controller

role-controller: Role Controller

schema-controller: Schema Controller(for all the login user)

  • edit entity
  • add field
  • find all fields
  • find one entity
  • edit one field
  • add entity
  • get schemas for current login user

permission-controller: Permission Controller (only for ROLE_ADMIN users)

  • addpermission
  • list all the permissions
  • edit the permissions
  • find one permission

About

multi tenant baas platform , a mini salesforce


Languages

Language:Java 64.3%Language:JavaScript 34.6%Language:HTML 0.7%Language:Shell 0.4%