A beer search example. It suggests the beers that go well with the indicated meal. It fetches the information from the Punk API.
In order to install, build and run the project you will need to have Node.js v10+.
To install the project dependencies, run npm install
.
In order to run the project, just execute npm start
and the application will show up at localhost:3000.
For testing the project, run npm test
.