/Request-Header-Parser

An information of WHOAMI is the system

Primary LanguageJavaScriptMIT LicenseMIT

Request-Header-Parser

An information of WHOAMI is the system

Getting Started

Clone the Repository in your own local machine.

Prerequisites

node.js 

Installing

Install the required node js for the operating system you're using.

Check whether Node.js is installed .

node -v
v6.9.2

Running the Application

Extract the clone/downloaded Repository to any specified folder in your System for working. Navigate to that extracted folder

Install all the Dependencies

Install the Dependencies in package.json file to run the application

npm install

Running the Application

Navigate to the root directory of the extracted file

npm start

Navigate to http://localhost:4001

Modify the port According to server Deployed

Change the basePORT in /server.js

app.listen(process.env.PORT || ..........);