#Product Bundle Recommender RESTful Web Service Product Bundle Recommender is a RESTful web service for recommending a bundle of products for prospective customers. The service was built using Java and Spring Boot. API documentation was generated using Spring REST Docs.
Project should be built and run using Java 1.8.
-
Change directory to
../bundle-recommender/target/
-
Run tests using
mvn clean test
-
Build with Maven
mvn clean install
-
Execute in the terminal
java -jar bundle-recommender-1.0.0-SNAPSHOT.jar
Once the service is up and running the documentation of the REST API can be accessed at: