Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 976 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 976 Bytes

GOT Board

Build Status Code Climate Codacy Badge Codacy Badge

Setup

  1. Have installed Ruby, Bundler and Postgresql

  2. Copy the .env file

cp .env.example .env

Change the the variables with your values.

  1. Install the gems and setup the database
bundle install
bundle exec rake db:setup

Development

To run the tests

bundle exec rake spec