This example implements a simple weather REST service using Golang, GORM and Gin.
$ tilt up
$ skaffold dev --no-prune=false --cache-artifacts=false
$ curl -X GET http://localhost:18080/api/weather\?city\=Rosenheim
{"city":"Rosenheim","weather":"Clear"}
$ curl -X GET http://localhost:18080/
The instructions for the Cloud-native Experience Lab workshop can be found in docs/README.md.
M.-Leander Reimer (@lreimer), mario-leander.reimer@qaware.de
This software is provided under the Apache v2.0 open source license, read the LICENSE
file for details.