Your job hunt, organized. See the Angular client repository here.
git clone https://github.com/mtvillwock/JHO.git
- clone down local copy of APIcd JHO
- change directorybundle install
- install gems / dependenciesrake db:create
- create databaserake db:migrate
- migrate database tablesrails s
- start server- Use the client repo to interact with the API.
- Rails API deployed on Heroku
- Rspec testing coverage: 1193 / 1199 LOC (99.5%) covered. (via SimpleCov, as of 09/01/15)
- Angular Client features (in progress)
- Angular unit testing with Karma and Jasmine
- mobile-first responsive design (in progress)
- Database indexing
- API namespacing and consequent test refactor
- External API calls or data scraping
Built with love using:
Configuration Settings and Use:
- Ruby version:
2.0.0-p353
- System dependencies: see
Gemfile
- Database creation:
bundle exec rake db:create
- How to run the test suite:
bundle exec rspec
- Services (job queues, cache servers, search engines, etc.): Pending