Skip to content

mrzacarias/go_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Server

Small Go Server that access two Weather APIs concurrently.

Routes

  • /: Hello World
  • /weather/<city>: Returns the average temperature for a city

Building and Running

go build

./go_server

This will open the server at localhost:8080

Docker

docker-compose build && docker-compose up -d

This will open the server at localhost:4000

About

Go Server Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages