# springbox-cloud **Repository Path**: mirrors_dsyer/springbox-cloud ## Basic Information - **Project Name**: springbox-cloud - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = SpringBox Reference Application == Running Locally . Clone the repo. . Import the root `pom.xml` into your favorite IDE or run `mvn package`. . Download and install the following services: .. https://www.rabbitmq.com/download.html[RabbitMQ] .. https://www.mongodb.org/downloads[MongoDB] .. http://neo4j.com/download/other-releases/[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-server` .. `springbox-eureka` .. `springbox-auth-server` .. `springbox-catalog` .. `springbox-reviews` .. `springbox-recommendations` .. `springbox-api-gateway` . Load data into the reviews DB by running `springbox-reviews/scripts/loadReviews.sh`. . Load data into the recommendations DB by running `springbox-recommendations/scripts/loadGraph.sh`. . Visit http://localhost:9000 and you should see something like the following: + image::docs/homepage.png[]