docker-compose
will start:
- a redis server with RedisInsight
- a micro-service build with golang for basic CRUD purposes (Rest API)
curl -s -vvv -X POST "http://localhost:8080/jsie" -H 'content-type: application/json' -d '{ "value": "hello trendev" }' | jq
curl -s -vvv "http://localhost:8080/jsie" -H 'content-type: application/json' | jq