Small Go Server that access two Weather APIs concurrently.
/
: Hello World/weather/<city>
: Returns the average temperature for a city
go build
./go_server
This will open the server at localhost:8080
docker-compose build && docker-compose up -d
This will open the server at localhost:4000