Skip to content

miraikeitai2017/Go-APIServer-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-APIServer-Study

GolangでAPIサーバを作成してみる

APIサーバーの起動方法

docker-compose を使う

  1. docker-compose up -d を実行する
  2. http://localhost:8080/hello にアクセス
  3. hello, golang! と表示される

go を使う

  1. go run server.go を実行する
  2. http://localhost:8080/hello にアクセス
  3. hello, golang! と表示される

Releases

No releases published

Packages

No packages published

Languages