Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 278 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 278 Bytes

Test project on Grape + Ruby Object Mapper

Requirements

  • Ruby 2.2.2
  • Postgresql 9+

Install

$ bundle
$ cp config/database.example.yml config/database.yml
$ rake db:migrate
$ rackup

and visit url

Run tests

$ rspec