This extension adds features to the backend of ExplorViz to enable communication with the frontend extension is explorviz-frontend-extension-tutorial.
- Follow the Eclipse Setup of the ExplorViz Backend
- Clone this repository
- Follow the instructions inside of the docker-compose folder to start mandatory docker-based services (e.g. MongoDB)
- Import project into eclipse: via
Import -> Gradle -> Existing Gradle project -> path/to/explorviz-backend-extension-tutorial
- Start explorviz-backend-extension-tutorial via Eclipse Tab: Run
src/main/java/net/explorviz/extension/tutorial/main/Main.java
as java-application. - Setup and start explorviz-frontend with the installed explorviz-frontend-extension-tutorial