Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.22 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.22 KB

Proxy Server

A simple proxy server built with Node.js.

Table of Contents

Prerequisites

  • Node.js: Ensure you have Node.js installed on your machine.

Installation

1. Install Node.js

If you don't have Node.js installed, download and install it from the official website:

Download Node.js

Choose the appropriate installer for your operating system and follow the installation instructions.

2. Verify Node.js Installation

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

3. Clone the Repository

git clone https://github.com/felipedrumond/proxy-server.git

4. Install Dependencies

cd proxy-server
npm install

Usage

npm run start