mikeheft / storedom-5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storedom

Storedom is a simplistic e-commerce application used for various lessons and tutorials at Turing.

Setup

To get set up with the storedom application, clone it via git and pull in gem dependencies with bundler:

$ git clone https://github.com/turingschool-examples/storedom-5.git
$ cd storedom-5 
$ bundle update

And set up the database and included seed records:

bundle exec rake db:{create,setup}

About


Languages

Language:Ruby 78.0%Language:HTML 17.0%Language:JavaScript 2.4%Language:CoffeeScript 1.3%Language:CSS 1.2%