Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 399 Bytes

File metadata and controls

29 lines (18 loc) · 399 Bytes

Nerdulator - Java

This is the java implementation of the nerdulator nerd.vision calculator demo API.

Build

To build use maven:

mvn clean package

Then build the dockerfile.

docker build -t nerdulator/java .

Run

To run the API use docker-compose

docker-compose up

Configure

To configure the agent, change the NV_API_KEY key in the Dockerfile.