Grape simplest API
This is a simple and standalone Grape API using Rack and MiniTest.
Install
$ gem update
$ bundle install
Usage
Run tests:
$ rake
Run server:
$ rackup
Then go to http://localhost:9292/api/v0/hello. It should return some JSON.
Also, view your swagger documentation on http://localhost:9292/api/v0/swagger_doc