Skip to content

PythonDevOp/apolloRestApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apolloRest

This is the backend for the ngApolloApp. This must be running first before any data gets to the front end.

Run

** 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:

  1. npm install -g nodemon
  2. Open the directory with server.js and type npm install
  3. Once packages are done running, type IEX_TOKEN= <your sandbox token> npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published