Skip to content

mealeark/payMe

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.9%
  • CSS 37.1%