A rails implementation of a client disigned to test the Ontolobridge REST endpoints.
- Clone repo and run bundle install
- Copy config/database.yml.sample to config/database.yml
- Edit config/database.yml and add your db user credentials.
- Copy config/ontolobridge_config.rb.sample to config/ontolobridge_config.rb
- Start server (rails s)
- Navigate to http://localhost:3000 (or whatever host/port the site runs on)
bin/rails test