-
Have installed Ruby, Bundler and Postgresql
-
Copy the .env file
cp .env.example .env
Change the the variables with your values.
- Install the gems and setup the database
bundle install
bundle exec rake db:setup
To run the tests
bundle exec rake spec