Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.71 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.71 KB

Cryptovote-service

Server gRPC Link

Server: 64.225.61.39:3007

Proto Files:

/proto/voteservice

Calls with BloomRPC

Golang gRPC API

The Technical Challenge consists of creating an API with Golang using gRPC with stream pipes that exposes an Upvote service endpoints. The API will provide the user an interface to upvote or downvote a known list of the main Cryptocurrencies (Bitcoin, ethereum, litecoin, etc..).

Technical requirements:

Keep the code in Github The API must have a read, insert, delete and update interfaces. The API must guarantee the typing of user inputs. If an input is expected as a string, it can only be received as a string. The API must contain unit test of methods it uses You can choose the database but the structs used with it should support Marshal/Unmarshal with bson, json and struct

Extra:

Deliver the whole solution running in some free cloud service The API have a method that stream a live update of the current sum of the votes from a given Cryptocurrency

Compile proto files

make compile