This project includes two part of module, first module is called 'api', second module is called 'ui'
- Java version 8
- Apache Maven version 3
- npm
$ cd ./api
$ mvn spring-boot:run
You can check api url below link.
API url: http://localhost:8080/swagger-ui.html or demo
$ cd ./ui
$ npm install
$ npm start
You can check ui url below link.
UI url: http://localhost:3000 or demo
- spring-boot
- spring-mvc
- spring-data
- hibernate
- Junit-test
- springfox-swagger
- react-js
- redux.js
- redux-saga.js
- element-ui