Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 917 Bytes

File metadata and controls

15 lines (11 loc) · 917 Bytes

GenderPayGap

This web application will be used to compare salaries of different genders with the same level of expertise and experience.

##This is a great link to see how the tables are structured in the Department of Labor https://download.bls.gov/pub/time.series/oe/

Install these packages to allow the project to run properly:

  1. npm install - This will scan the package.json file and install all dependencies listed.
  2. node gpgmain.js - This will have node run our application. And to view the project go to your preferential browser and type in: localhost:3000.

To install a new module to our project

You need to do: npm install --save [module-name] and that will place the package in our package.json file.