/sentinel

Example Ruby Grape and Data Mapper app

Primary LanguageRuby

Sentinel

NOT FOR PRODCTION USAGE

Example MVC application made with Grape API and Data Mapper.

Getting up and running

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

Key technologies

Ruby Grape — declarative API framework Data Mapper — persistence layer