Skip to content

foymikek/little-esty-shop

 
 

Repository files navigation

Little Esty Shop

Table of Contents

Description

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

Status

This project is currently in development.

Live App

Link to live app. deployment

Database Schema

little-esty-shop-schema

Setup

This project requires Ruby 2.5.3.

  • Fork this repository
  • Clone your fork
  • From the command line, install gems and set up your DB:
    • bundle
    • rails db:{create, migrate}
  • Run rake csv_load:all
  • Run the test suite with bundle exec rspec.
  • Run your development server with rails s to see the app in action.

Learning Goals

  • Practice designing a normalized database schema and defining model relationships
  • Utilize advanced routing techniques including namespacing to organize and group like functionality together.
  • Utilize advanced active record techniques to perform complex database queries
  • Turn open ended features into detailed user stories utilizing Github issues and a Github project board
  • Practice consuming a public API while utilizing POROs as a way to apply OOP principles to organize code

Requirements

  • must use Rails 5.2.x
  • must use PostgreSQL
  • all code must be tested via feature tests and model tests, respectively
  • must use GitHub branching, team code reviews via GitHub comments, and github projects to track progress on user stories
  • must include a thorough README to describe the project
  • must deploy completed code to Heroku

Phases

  1. Database Setup
  2. User Stories
  3. Extensions

Technologies Used

  • Atom
  • VSCode
  • Git
  • GitHub
  • GitHub Projects
  • Ruby
  • Rails
  • RSpec
  • SimpleCov
  • Slack
  • Zoom
  • Orderly
  • Postico

Evaluation

At the end of the project, you will be assessed based on this Rubric

Reflection

What was the context for this project?

What did you set out to build?

Why was this project challenging and therefore a really good learning experience?

The challenges we ran into were:

Because of these challenges we learned...

What were some unexpected obstacles?

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 91.3%
  • HTML 7.9%
  • Other 0.8%