Service with lyrics API powered by Go kit
Build application artifacts:
make build
Run tests:
make test
Run application:
make run
Bootstrap full project using docker-compose:
docker-compose up
Bootstrap project excluding some services using docker-compose:
docker-compose up --scale [SERVICE=0...]
Stop and remove containers, networks, images:
docker-compose down