Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.09 KB

File metadata and controls

29 lines (19 loc) · 1.09 KB

payMe: Negotiation App

Information
Set up

Make sure client/src/services/config.js is made with all your API key and secret information is stored there or in the knexfile.js. You are also going to need the four Twilio programmable video API keys. Those can go in the config file as well. Make sure to place these into the .env file for deployment as well.

For new projects, run npm run migrate. This creates the tables in your mysql database.

Once those keys are placed, run npm install. You should be good to go!

Production

npm start npm run react:dev mysql.server start mysql -u root -p

TODO

PayMe can help gather salary data and potential job opportunities to analyze the best personalized points to bring up during negotiation.

DEPLOYED LINK

https://nameless-falls-51335.herokuapp.com/login

In order to view, download the Chrome extensions:

https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en

https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en