Skip to content

jayphodges/the_pivot

Repository files navigation

Music Emporia

An eCommerce, MultiTenant app with a selection of music stores with unique offerings

Prerequisites to Run Locally

Running Locally

  • Clone this repo.
  • cd into it
  • bundle install
  • rake db:setup
  • rake db:seed
  • rails server
  • visit localhost:30000

Keys Reguired: -Twitter OminAuth -AWS -Twilio

Visit Online

Authors

Acknowledgments

  • Turing School of Software & Design

Authenticated API available

  • User login credentials required in headers How to do this?

  • Endpoints

    • "/api/v1/most_active_customers"
    • "/api/v1/most_expensive_orders"
    • "/api/v1/most_sold_items"
    • "/api/v1/top_selling_items"
    • "/api/v1/top_selling_stores"

Built With

  • Rails, Ruby, JavaScript, JQuery, ActiveRecord, HTML, CSS, ERB, Postgresql, and Heroku.

Contributing

  • Want to contribute? Open an issue and join the fun.