ingram-api-proxy

Create config.js in root repo path with content:

module.exports = {
	username: '...',
  password: '...',
  target: '...',
  domain: '...',
}

Then run command npm install

Start server npm start

Server API start at http://localhost:3800/services/v1