Simple Symfony app using the Punk API for a technical interview
make install
make run
app is served in localhost:8000
run unit tests with make tests-unit
run api tests with make tests-api
run all tests with make tests-all
/search?[key value] -> filter by fields like food and return a list of matching beers
/id/[id] -> filter by id and return matching beer