git clone https://github.com/ahmetturanozturk/nodejs-proxy-server.git
cd nodejs-proxy-server
npm install
npm start
You can send a request to 'localhost:6999'
module.exports = {
"PORT" : 6999, //Port
"HOST" : "localhost", //Proxy host
"API_SERVICE_URL" : "http://api.myapi.com" //target
}