Build and run weather-api locally
masterTo run the weather-api service on your local machine (optimized for Mac users), use the Go toolchain to build the binary and then execute it.
- Build the project using
go build. - Run the resulting binary with
./weather-api.
go build
./weather-api