A Leiningen template for calling forth a new kraken-http-api component project from the deep.
This is used for HTTP API gateway microservices that translate between HTTP API clients and our back-end RabbitMQ-speaking services.
Issue the following summons at the wizard prompt:
> lein new kraken-http-api <name>
Follow the TODOs printed out and in the README.md
This is only necessary if you're testing local changes. Otherwise
lein new kraken-http-api
will just download the latest version from Clojars.
From this directory, run:
> lein install
Copyright © 2017 Democracy Works
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.