Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 575 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 575 Bytes

Description

Test implementation of API gateway client. Based on SaltEdge API.

Installation

Base steps

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

Extra steps

1. Fill .env file with required varibles or use ENV to pass them
2. Configure database.yml with yours data

Start Rails server

bundle exec rails s

Tests

Run application tests

bundle exec rspec