MackHalliday / monster_shop_final

Final independent project for Mod 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monster Shop

BE Mod 2 Week 4/5 Group Project

Background and 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 automatically set the order status to "shipped". Each user role will have access to some or all CRUD functionality for application models.

Environment setup

  • ruby 2.4.1p111
  • Rails 5.1.7
  • Test variables with Factory bot
  • Styling with Boostrap
  • Deployed on Heroku: Our project website

Database Structure

schema

In this database, there are 6 tables in which each table has either one-to-many or many-to-many relationships with another table. Through associations, one table can have access to information on other tables.

About

Final independent project for Mod 2


Languages

Language:Ruby 71.3%Language:HTML 27.3%Language:CSS 1.1%Language:JavaScript 0.4%