Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 590 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 590 Bytes

Develop RESTful API with golang

  • Create RESTful API with Golang
    • net/http package
    • encoding/json package
  • Structure of service
  • Demo search service
  • Starting with ATDD
  • Create Mock/Stub RESTful APIs with Stubby4j
  • Write Acceptance tests
  • Start to develop
  • Try to build ship run with Docker