This is the backend for the ngApolloApp. This must be running first before any data gets to the front end.
** Requires an api key from IEX Trading to run. I used the sandbox
API key, as the endpoints require payment for data.
The data will come back obfuscated as a result.
All done via the command line:
npm install -g nodemon
- Open the directory with
server.js
and typenpm install
- Once packages are done running, type
IEX_TOKEN= <your sandbox token> npm run start