Distributed key-value store
docker-compose up --build
curl -XPOST http://localhost:5555/storage/test1 -d "hello world"
curl -XGET http://localhost:5555/storage/test1
curl -XPUT http://localhost:5555/storage/test1 -d "hi world"
curl -XDELETE http://localhost:5555/storage/test1