= Build Tool Detector
Little service which will detect what build tool you are using.
=== Build [[build]]
==== Pre-requisites
==== Build
[source,bash]
$ make build
This will perform following actions: fetch dependencies, generate Goa files from design folder, compile.
When in doubt just make help
.
==== Usage
[source,bash]
where:
=== Test [[test]]
In order to continuously run the tests whenever code change occur execute following command from the root directory of the project:
[source,bash]
$ make test
and keep it running in the terminal.
=== Run [[run]]
Run the server:
[source,bash]
$ make run
NOTE: Our service's configuration uses viper. To setup dependent service like fabric8-auth prod or prod-preview,
please check link:/config/configuration.go[configuration file] or
set env variable like BUILD_TOOL_DETECTOR_AUTH_URI