Skip to content

philmarcu/bulk-discounts-ps

 
 

Repository files navigation

Little Esty Shop

Screen Shot 2022-08-03 at 5 49 56 PM

Background and Description

"Little Esty Shop" is a group project that required our team to build a fictitious e-commerce platform where merchants and admins can manage inventory and fulfill customer invoices.

Learning Goals

  • Designing a normalized database schema and defining model relationships
  • Utilize advanced routing techniques including namespacing to organize and group like functionality together.
  • Utilize advanced ActiveRecord techniques to perform complex database queries
  • Practice consuming a public API while utilizing POROs as a way to apply OOP principles to organize code

Setup

  • Clone the project onto your local machine
  • From your terminal in the project directory, install gems and set up your DB:
    • bundle
    • rails db:create,migrate
  • Run the test suite with bundle exec rspec.
  • Run your development server with rails s to see the app in action.

Phases

  1. Database Setup
  2. User Stories
  3. Extensions
  4. Evaluation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 91.0%
  • HTML 7.9%
  • Other 1.1%