a gSchool project by Erin Drummond, Daniel Mee, Laura Steadman, and Geoffrey Schorkopf
The background requirements for this project can be found at: http://tutorials.jumpstartlab.com/projects/son_of_store_engine.html
#####Extensions Completed for This Project:
http://pink-sose.herokuapp.com/
Once you've git cloned this repo, make sure to run
bundle install
to load the gems used in this project
rake db:create
to create the database
rake db:migrate
to set up the database tables
rake db:seed
to load the products
Then, to view the site from your computer, you can then run unicorn
to view it at http://localhost:8080.
Make sure to run:
rake db:test:prepare
to setup your test database.