# Pre-requisite
This is a Node.JS application.

Please install Node + NPM from here:
https://nodejs.org/en/download/

# Setup
Once you have node and NPM installed run:
`npm install`

Then:
`npm start` to start the server

# Instructions
Open Browser to http://localhost:3000 (you can change the port number if you have a conflict in server.js line #6) 

Valid logins are "ben" or "jerry" any other will throw an error.

