/sdkman-candidates

The Candidates service that under-girds SDKMAN! CLI.

Primary LanguageScalaOtherNOASSERTION

#SDKMAN! Candidates Service

This service supersedes the Legacy Candidates Service.

##Running Locally

Make sure you have mongodb running locally or in a Docker Container:

$ docker run -d --net=host --name mongo mongo:3.2

Start the application:

$ sbt run

Run the cukes:

$ sbt test