Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ninepod-microservices

goa v2

v2 docs: [https://github.com/goadesign/goa/blob/v2/docs/Guide.md]

Development

go install

goa gen ninepod/design

Note: Anytime you change the design.go file, cd into project root /ninepod and rerun goa gen ninepod/design

Create examples:

goa example ninepod/design

Building from the /cmd directory:

Run API Server:

(defaults port :80) Override port with -http-port 8080

cd cmd/http

go build

./http

Test the Service running on above Server

Pass in appropriate required request parameters as flags.

Example:

cd cmd/http-cli

go build

./http-cli pods pods --a 7674819484560861460 --b "Entertainment"

About

Goa microservices

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages