- Set up rvm
- Download this repo
- cd to this directory and bundle install
- bundle exec rackup
You're good to go. Test using curl:
$ curl localhost:9292/things
=> ["String1","String2"]
$ curl -X POST -H "application/json" -d '{"key":"val"}' localhost:9292/test
=> {"result":"Success"}