Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 554 Bytes

restpunk_api

main workflow

Simple Symfony app using the Punk API for a technical interview

Instructions (Makefile)

make install

make run

app is served in localhost:8000

Tests

run unit tests with make tests-unit

run api tests with make tests-api

run all tests with make tests-all

Endpoints

/search?[key value] -> filter by fields like food and return a list of matching beers

/id/[id] -> filter by id and return matching beer