Skip to content
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.

accursoft/Streams-Flows-API-Demo

Repository files navigation

Streams Flows API Demo

Demonstration of the Streams Flows REST API.

JDK 8+ required. gradlew run, then point your browser to http://localhost:8080/.

(The server may throw an exception on Windows, depending on whether the required encryption algorithms are supported by the platform.)

gradlew buildDocker will build a docker image.

The default port can be changed by setting the PORT environment variable.