Skip to content

KITRUM/blueprint.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Service Blueprint

Rationale

Have a blueprint of go service to use it as a basic building block to ship go services faster.

Examples

  • 👉 Basic - contains a simple service with flat data types, that expose the domain logic through the REST and GraphQL API.
  • 👉 API First - contains a simple service