/got-board-api

Primary LanguageRubyMIT LicenseMIT

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