Test implementation of API gateway client. Based on SaltEdge API.
git clone [email protected]:organization/project-name.git
cp config/database.yml.example config/database.yml
cp .env.example .env
bundle install
bundle exec rake db:create db:setup
1. Fill .env file with required varibles or use ENV to pass them
2. Configure database.yml with yours data
bundle exec rails s
bundle exec rspec