Clone this repository and bundle
to install dependencies.
Ensure PostgreSQL is running and rake db:setup
to run migrations locally. Run
the server with bundle exec rails s
.
To set up a test database, rake db:test:prepare
and bundle exec rspec
or
bundle exec rake
to run the tests.
MIT