How to start the service
- if you havent already, get dependencies by running npi i
- start the program "node pricer.js"
- the service is now running and listening to requests on local host at port 3000, or a path specified port
To request data
- navigate to localhost:PORT/price
- the server should respond to your GET request with a JSON containing a stock symbol, and price.
