hashicorp-demoapp / product-api-go

Products API written in Go
Mozilla Public License 2.0
42 stars 26 forks source link

Adds new endpoints to create coffee and create coffee ingredients #13

Closed sylviamoss closed 3 years ago

sylviamoss commented 3 years ago

These changes will make it possible to run https://github.com/sylviamoss/packer-plguin-hashicups. The plugin will be used in Packer plugins creation and usage guides.

Closes https://github.com/hashicorp-demoapp/product-api-go/issues/14

All functional tests are passing:

11 scenarios (11 passed)
43 steps (43 passed)
5.2758ms
testing: warning: no tests to run
PASS
ok      github.com/hashicorp-demoapp/product-api-go/functional_tests    1.512s
sylviamoss commented 3 years ago

Is this one good to merge? I don't have permission to do it.