crperezt / fairpay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 74.0%Language:TSQL 24.2%Language:CSS 1.1%Language:HTML 0.6%