The server-side is implemented as a Ruby Sinatra server. To run it, install Ruby, and
- Install bundler package manager
gem install bundler
; - Install all the dependencies:
bundle
(within the project folder); - Run the server:
ruby server.rb
. The server should start on http://localhost:4567