NOT FOR PRODCTION USAGE
Example MVC application made with Grape API and Data Mapper.
Clone the repo to your working directory and install dependecies
$ git clone git@github.com:askhat/sentinel.git
$ cd sentinel
$ bundle install --path=vendor/bundler
# Run the application
$ bundle exec rackup
Ruby Grape — declarative API framework Data Mapper — persistence layer