This repo contains a gRPC server and client implementation to interact with Deezer's API.
To setup your system, do the following:
make setup-devShould you make any changes to the code, do the following in order to check them:
make sanity-checkTo interac to Deezer API, first run the server side:
go run cmd/main.go serveTo interact with the server, use client side command:
go run cmd/main.go searchThe above command will search 'hasselhoff' by default. In order to enter your own input, do the following:
go run cmd/main.go search --query ACDC