Skip to content

FEC Abibas Product Details component that displays "Looks", "Shoes", and "Shares".

License

Notifications You must be signed in to change notification settings

hrr36-sdc1/bill-product-details

Repository files navigation

Project Name

Abibas SDC

Abibas is a recreation of Adidas that designs and manufactures shoes, clothing, and accessories. Abibas is created using React, MySQL, Node, and Express. The SDC portion consists of generating millions of primary records of data and loading it into two different databases and comparing the results, as well as doing the same for all of my teammates' components in a proxy.

Related Projects

  • TBD
  • TBD

Table of Contents

  1. CRUD API Endpoints
  2. Usage
  3. Requirements
  4. Development

CRUD API Endpoints


Related "LOOKS" Module

GET /looks/:id - Get a "looks" record with the specified ID

POST /look (+ Post Object) - Create the object if it doesn't exist, update it if it does

DELETE /looks/:id - Delete a "looks" record with the specified ID

Parameters

Name Type Description
Look ID integer Id of this "look" and the related shoe
Post Object JSON "looks" object A raw jason "looks" object passed in with the POST request
(Updates to a record can contain just the fields to update)

Usage

Some usage instructions

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

About

FEC Abibas Product Details component that displays "Looks", "Shoes", and "Shares".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published