This application fetches the name of the most relevant movie based on the provided search strings.

To run:

  1. Open 2 Terminal windows.
  2. Run node server/server.js in one.
  3. Run node client/fetch.js in another.