Skip to content

StephWood/fairpay

 
 

Repository files navigation

fairpay

Fairpay is a website that allows employees to securely share salary and employment information with others. Employees can use it to learn how their compensation compares to others in the same company and industry, and thus gain leverage in negotiating future salaries.

Get Started

Create a .env file in your root directory

Paste your PostgresQL connection string, saved as PG_URI={your string here}

(We have dummy data set up to create the tables, if you need help ask one of wonderful wunderpus members)

You also need to register an application with the LinkedIn API and obtain a key and secret. These must be specified in the .env file as LINKEDIN_KEY and LINKEDIN_SECRET

Run npm install

Either npm run build, then npm start

Or for development, npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • TSQL 11.9%
  • CSS 1.4%
  • HTML 0.8%