json_rpc_server

start server

git clone https://github.com/pvorontsovd/json_rpc_server.git
cd json_rpc_server
make build
make run

start test

make up
make ps
go run utils/client/client.go
make down