#NodeJsProxy
Proxy requests to different urls. A SystemToken Header used for security.
##Installation
Download and install NodeJS as indicated on the NodeJS Site
Install the Winston package
npm install winston
Install the MongoDB package
npm install mongodb
Install the Optimist package
npm install optimist
Run the application via node
##References
##Mongo DB structure
routes
tokens
##Seed
node scripts/seed.js
##Run
node main.js
##Copyright and License
Licensed under the Apache License