Clone the project
git clone https://github.com/anku909/proxy-server.git
Go to the project directory
cd proxy-server
Install dependencies
npm install
Start the server on http://localhost:3000
npm start
Server: Node, Express, axios, http-proxy-middleware.