Skip to content

jweisman/alma-apis-rails-vue

Repository files navigation

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

About

Sample app using Alma APIs, Rails, and Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published