Skip to content

Component containing the shoe name and other color choices for a certain shoe

Notifications You must be signed in to change notification settings

BalasundaramVi/shoe_name_and_colors

Repository files navigation

[WARP-V] Nike Jordan Shoes Display - Name/ Colors

Nike's Air Jordan online store allows the user to select a certain shoe, view the shoe name, color options, other related shoes, and several other features all on the same page. This module focuses on displaying the shoe name and all the other color choices for that certain shoe.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Created by Vignesh Balasundaram

All rights reserved. Liscence: ISC

Install the npm dependencies and seed the database before building webpack bundle

Server runs on port 3006

Requirements

  • Node 10.12.0
  • MongoDB ^3.1.8

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

Initial Startup

STARTUP INSTRUCTIONS:

  1. Run startup script "seed" to seed the database

  2. Run startup script "build" to create webpack bundle

  3. Start express server with npm start

npm run seed
npm run build
npm start

About

Component containing the shoe name and other color choices for a certain shoe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published