Skip to content

Latest commit

 

History

History
49 lines (22 loc) · 614 Bytes

File metadata and controls

49 lines (22 loc) · 614 Bytes

#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

MongoDB

##Mongo DB structure

routes

tokens

##Seed

node scripts/seed.js

##Run

node main.js

##Copyright and License

Licensed under the Apache License