/nussknacker-sample-helpers

Primary LanguageKotlinApache License 2.0Apache-2.0

Build designer image

./gradlew buildDesignerImage

Run NU in embedded mode (Request-Response) for manual testing

docker run -it -p 8080:8080 -p 8181:8181 -e DEFAULT_SCENARIO_TYPE=request-response-embedded nussknacker-sample-helper:latest

Notes

  • Nu will start on localhost:8080 (admin/admin) with local hsql db
  • Endpoints of deployed scenarios will be available under http://localhost:8181/scenario/<scenario_name_or_slug_if_defined>