Below are the steps to run application -
-
Clone the repository
$ git clone https://github.com/PradeepMurani/POC-user_crud_react_springboot.git
-
To run Spring boot application below are the prerequisite
- jdk 1.8
- maven
-
You can directly run SpringBootApp-1.0.jar file
- cd directory/BE
- java -jar SpringBootApp-1.0.jar
- application is running on http://localhost:8080
-
You also run Spring boot app from project folder.
- cd directory/BE
- mvn spring-boot:run
- application is running on http://localhost:8080
-
Install dependencies
-
cd directory/FE
-
npm install
-
npm start
-
open browser http://localhost:3000/
-
Note - Search functionality on user grid is working on firstname and lastname only.