Skip to content

Migrate store from single-tenancy to multi-tenancy following Agile methodology

Notifications You must be signed in to change notification settings

aschreck/pivotshop

 
 

Repository files navigation

The Pivot - Base Project

@aschreck, @erikaannesmith, and @limsammy built this rails app for The Pivot as a part of their eduation at the Turing School of Software and Design.

Setup

Built using Ruby 2.4.1 and Rails 5.1.3

Install required gems: $ bundle install

Load the database dump: $ rake import_dump:load

After the import you should see a return value of 1011 when running Item.count in the console.

All users have a password of password if you want to login and explore.

Additional Setup

Run $ rake rewind:go if this is your first time running on the machine. What this command does is go through all the OrderItems and assigns a unit_price from it's associated item.

Run $ rake reassign:go

About

Migrate store from single-tenancy to multi-tenancy following Agile methodology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 71.6%
  • HTML 25.0%
  • CSS 1.9%
  • JavaScript 1.3%
  • CoffeeScript 0.2%