This simple Rails application showcases how the Moltin Ruby SDK can be used to interact easily with the Moltin API.
You'll need to have Ruby (any version above 2.2 should work) in order to run the following commands.
- Navigate to the app folder
- Run
bundle install
- Run
rails s
to start the server - Head to http://localhost:3000