Make sure you have docker, docker-compose, docker machine installed on your machine.*
dep ensure
to install go dependenciesdocker-machine create dev
to create dev environment hosteval "$(docker-machine env dev)"
to map hostdocker-compose up -d --build
to create and run containersdocker-machine dev ip
to retrieve host ip addres
Use retrieved ip in order to make calls to the service.