Skip to content

mtvillwock/JHO

 
 

Repository files navigation

JHO

Your job hunt, organized. See the Angular client repository here.

Circle CI

JHO screenshot

Test Drive

  1. git clone https://github.com/mtvillwock/JHO.git - clone down local copy of API
  2. cd JHO - change directory
  3. bundle install - install gems / dependencies
  4. rake db:create - create database
  5. rake db:migrate - migrate database tables
  6. rails s - start server
  7. Use the client repo to interact with the API.

Implemented:

  • Rails API deployed on Heroku
  • Rspec testing coverage: 1193 / 1199 LOC (99.5%) covered. (via SimpleCov, as of 09/01/15)

Pending:

  • 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

About

A RESTful JSON API for the JHO web client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 93.6%
  • HTML 4.1%
  • CSS 2.3%