###Retail Store
-
Import as a existing maven project
-
Open terminal and navigate the project folder
-
Run as "mvn clean install" this will run test cases and generate coverage report
-
To check coverage report - Naviagate to project-> target -> site -> jacoco and open index.html file
-
To start the application, run "mvn spring-boot:run" in terminal
-
Launch following url in browser http://localhost:8080/swagger-ui.html
-
Once launched, Scroll to bottom of page
-
Provide following to test the API a) Product.json available under src/test/resources folder as the POST body b) Any of following ("REG01,REG02,REG03,REG04") as user_id.