A beer search example. It suggests the beers that go well with the indicated meal. It fetches the information from the Punk API.

Requirements

In order to install, build and run the project you will need to have Node.js v10+.

Installation

To install the project dependencies, run npm install.

Run

In order to run the project, just execute npm start and the application will show up at localhost:3000.

Test

For testing the project, run npm test.