Monster Shop 2005

Name of image

Project Partners

Roberto Rodriguez
Nico Rithner
Austin Aspass
Brett Sherman
Jack Puchalla

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.

Statistics

Instructions

Our applicaiton 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:BJSherman80/monster_shop_2005.git
cd monster_shop_2005
bundle install
rake db:{drop,create,migrate,seed}
rails server