Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 546 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 546 Bytes

SDKMAN! Candidates Service

Build status GitHub tag (latest by date)

This service supersedes the Legacy Candidates Service.

Tests

$ ./sbt test

Run local

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

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

Start the app:

$ ./sbt run