Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1006 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 1006 Bytes

Alma APIs with Rails and Vue.js

Deploy

This demo app shows how you can integrate the Ex Libris Alma REST APIs with a SPA (single page application) using Rails and Vue.js.

It also uses the alma_rest_api gem as a wrapper for the API calls.

Installation Instructions

On any machine with Ruby on Rails and Git installed, do the following:

  1. Clone this repository: git clone https://github.com/jweisman/alma-apis-rails-vue
  2. cd alma-apis-rails-vue
  3. Install dependencies: bundle install
  4. Run the application. This application requires an API key. You can provide one in the environment, i.e.:
$ ALMA_API_KEY=l7xx......... rails s