A simple proxy server built with Node.js.
- Node.js: Ensure you have Node.js installed on your machine.
If you don't have Node.js installed, download and install it from the official website:
Choose the appropriate installer for your operating system and follow the installation instructions.
To check if Node.js is installed correctly, open your command prompt or terminal and run:
node --version
You should see the installed Node.js version, for example:
v18.16.0
git clone https://github.com/felipedrumond/proxy-server.git
cd proxy-server
npm install
npm run start