API forwarder using nodejs, can be used to act as a proxy with some configuration (allow api with specific path)
- nodejs | tested on v12.18.4
- install all required libraries using
npm install - edit env.json for port listener
- edit api.json for api configuration
- start index.js using
node index.js