README

Description

This project uses Rails and ActiveRecord to build a JSON API with the SalesEngine data schema.

###Instructions To set up the application, run the following commands in the order listed:

  • rake db:create

  • rake db:migrate

  • rake load_data:all

  • How to run the test suite

    • rspec from the root directory

###Database Schema database schema