E-Learning Application for Story Telling.
Graph Model_For_Application_Entities
Graph Model_For_State_Entities
Graph Model_For_Storyline_Entities
To create a build of the backend-application, execute the following command in the projects' root directory:
mvnw package -DskipTestsThe packaged *.war-file can be found under:
backend/target/backend-1.0.6.warTo run the war-file, switch to backend/target and execute the following command:
java -jar backend-1.0.6.warTo check api-docs(swagger) type in your browser:
SERVER_URL/swagger-ui.htmlTo create a build of the shell-project, execute the following command in the projects' root directory:
mvnw package -Dmaven.test.skip=trueThe packaged *.jar-file can be found unter:
shell/target/shell-1.0.6.jarTo run the jar-file, execute the following command:
java -jar shell-1.0.6.jarType help into the shell-terminal to get a list of available commands.