Skip to content

RESTful service which aggregates product data from multiple sources and return it as JSON to the caller.

Notifications You must be signed in to change notification settings

siddhijain/myRetail-restful-service-mainApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myRetail-restful-service-mainApp

RESTful service which aggregates product data from multiple sources and return it as JSON to the caller.

Download myRetail-restful-service-mainApp from https://github.com/siddhijain/myRetail-restful-service-mainApp/

Download myRetail-restful-service-productDetailsApp from https://github.com/siddhijain/myRetail-restful-service-productDetailsApp/

Install Java 1.8

Install maven

For productDetailsApp project -> mvn clean mvn install mvn spring-boot:run

For mainApp project -> mvn clean mvn install mvn spring-boot-run

Use Postman or RestClient to test the service. http://localhost:8080/products/16483589

Some Valid IDs: 15117729 16483589 16696652 15643793 12345632 11111111 23223232 55334455 22222222 33333333

About

RESTful service which aggregates product data from multiple sources and return it as JSON to the caller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages