Clone the repo.
Import the root
pom.xmlinto your favorite IDE or runmvn package.Download and install the following services:
Neo4J Community Editioni - version 2.1.x - Cypher changes won’t make it possible to work with 2.2.x
Either from the IDE or the command line (i.e.
java -jar target/appname.jar), run the applications in the following order:springbox-config-serverspringbox-eurekaspringbox-auth-serverspringbox-catalogspringbox-reviewsspringbox-recommendationsspringbox-api-gateway
For the scripts to work, you need to install
jqwhich is a sed-like tool for working with JSON data. You can find it [here](https://stedolan.github.io/jq/download/).Load data into the reviews DB by running springbox-reviews/scripts/loadReviews.sh.
cd springbox-reviews/scripts/ ./loadReviews.sh localhost 9999 localhost 8081
Load data into the recommendations DB by running springbox-recommendations/scripts/loadGraph.sh.
cd springbox-recommendations/scripts/ ./loadGraph.sh localhost 9999 localhost 8082
Visit http://localhost:9000 and you should see something like the following:
Latest commit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
