tawanjairew / sdkman-hooks

An API responsible for serving up pre- and post- hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#SDKMAN! Candidates Service

This service serves up Pre- and Post- Hooks for SDKMAN! CLI.

##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

About

An API responsible for serving up pre- and post- hooks

License:Other


Languages

Language:Scala 49.0%Language:Gherkin 28.7%Language:Shell 22.3%