hashicorp-demoapp / product-api-go

Products API written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define basic API features

nicholasjackson opened this issue · comments

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