Skip to content

hikuley/react-and-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-and-spring-boot

This project includes two part of module, first module is called 'api', second module is called 'ui'

How to run Application?

Environment
  1. Java version 8
  2. Apache Maven version 3
  3. npm

API module build and run

$ cd ./api  
$ mvn spring-boot:run  

You can check api url below link.

UI module build and run

$ cd ./ui  
$ npm install  
$ npm start  

You can check ui url below link.

Which I used libraries and feutures while developing

API Module This is a simple spring-boot application, and I used some libraries and feutures.

  1. spring-boot
  2. spring-mvc
  3. spring-data
  4. hibernate
  5. Junit-test
  6. springfox-swagger

UI Module This is a simple react-js application, and I used some libraries and feutures.

  1. react-js
  2. redux.js
  3. redux-saga.js
  4. element-ui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published