/Moltin-Sample-App

Sample app for the Moltin Ruby SDK.

Primary LanguageRuby

README

This simple Rails application showcases how the Moltin Ruby SDK can be used to interact easily with the Moltin API.

How to run

You'll need to have Ruby (any version above 2.2 should work) in order to run the following commands.

  1. Navigate to the app folder
  2. Run bundle install
  3. Run rails s to start the server
  4. Head to http://localhost:3000