<%= app_name %>¶ ↑
This is a Grape + Rack (Gris) hypermedia API service.
Set-Up for Development¶ ↑
-
Fork this repo
-
Clone your fork locally
-
Bundle
cd your-fork-directory bundle
-
Set up the database
RACK_ENV=test bundle exec rake db:create RACK_ENV=test bundle exec rake db:migrate
-
Verify that Rubocop and specs pass.
bundle exec rake