Live website: http://job-hunger.surge.sh/
Job Hunger is a place to track your job search efforts. Instead of dropping your resume into a digital black hole, we recommend that you reach out to companies and the people that work there. We're trying to get you hired by helping you find the side door.
This is our final project for Viking Code School.
- Ruby on Rails API
- Ember frontend
- Travis CI
- Chrome Extension
- Glassdoor API integration
- Meetup API integration
- Devise
- Faker
- JSONAPI::Resources
- Delayed Job
- HTTParty
- Factory Girl
- Shoulda Matchers
- Bootstrap
- Velocity
- Liquid Fire
- ember-inline-edit
- Ember Modal Dialog
You will need the following things properly installed on your computer.
- clone this repository and
$cdinto it npm installbower install
To run against a local Rails server:
rails sember server --proxy http://localhost:3000
To run against the deployed Rails server:
ember server- Visit your app at http://localhost:4200.
ember testember test --server