#Comparable ##See how your job offer stacks up... Comparable's mission it to provide all prospective job seekers with the data needed to assess and leverage their current offers against similar in the market.
###When setting up local environment, do the following:
npm installin root folder note:postintstallwill run, and will take a few minutes, as it seeds the DB.
###Setting up the database:
- Install MongoDB & Mongoose via npm
- Add and setup MongoLab via Heroku
###Setting up authentication with Auth0:
- Create an account on Auth0
- Generate a key
- Add key to
src/actions/Auth_Actions.jsx
###Starting the app:
mongodto start up the local DBnpm startto boot up local server
###Set up AngelList API:
- Signup for an AngelList API Key
- Create a
.secrets.jsonfile in/server/config - Add your
access_token, follow the example in/server/config/.secrets-example.json
###Testing:
- Run
npm run test
###Compiling:
- This is set up automatically through Webpack