Rales Engines is an api that offers endpoints for consumption of Sales Engine data
Ruby 2.4.1
Rails 5.1.3
$ git clone git@github.com:blsrofe/rails_engine.git
$ bundle
create the database:
$ rails db:create
run migrations:
$ rails db:migrate
import seed data:
$ rake import
Running tests:
$ rspec