Toys.com

This is a client to be used to consume the shipping API.

Getting Started

  1. Fork and clone this repo
  2. Sign up for AWS
    • Go to the IAM section to obtain API keys
    • Go the S3 section, create a bucket named whatever you want
  3. Create a .env in the root of the app and add the needed information from AWS (example .env here)
  4. Setup your DB (db:create db:migrate db:seed)

Test

Run the tests

rspec