Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 2.64 KB

README.md

File metadata and controls

76 lines (52 loc) · 2.64 KB

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