This is a small project where we have a storage application and a client communicating through grpc
Clone the repository into the right folder
$GOPATH/src/github.com/b4t3ou/csv-ingester
Install dependencies
glide up
make test
Run localstack first
docker-compose up localstack
Run all the tests
make test-all
docker-compose up --build storage-server
docker-compose up --build storage-client