helloeduardo / monster_shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monster Shop

Name of image

Description

"Monster Shop" is a fictitious e-commerce platform where users can register to place items into a shopping cart and 'check out'. Users who work for a merchant can mark their items as 'fulfilled'; the last merchant to mark items in an order as 'fulfilled' will be able to get "shipped" by an admin. Each user role will have access to some or all CRUD functionality for application models. Additionally, Merchants can add many bulk discount rates for all of their inventory. These apply automatically in the shopping cart, and adjust the order_items price upon checkout.

Schema

Schema

Technology

Instructions

This application is hosted on Heroku, where you'll be able to view its functionality to the fullest.

For usage on your local machine follow the instructions listed below:

git clone git@github.com:helloeduardo/monster_shop.git
cd monster_shop
bundle install
rake db:{drop,create,migrate,seed}
rails server

Now, navigate to http://localhost:3000/ on your browser to view the application!

About


Languages

Language:Ruby 88.4%Language:HTML 10.3%Language:JavaScript 0.5%Language:SCSS 0.5%Language:CSS 0.3%