hashicorp-demoapp / product-api-go

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

Define basic API features #1

Open nicholasjackson opened 4 years ago

nicholasjackson commented 4 years ago

The API should have the following basic functionality...

GET /coffees Returns a list of coffees currently in the database

GET /coffees/{id}/ingredients Return a list of ingredients for a coffee

WORK IN PROGRESS