Installation Example with sqlite database: $ git clone https://github.com/adham90/grape_template.git $ cd grape_template $ bundle install $ bundle exec rspec $ bundle exec rake db:migrate $ rackup // Start grape server