Skip to content

WARP-V/Navigation-Search-Service

Repository files navigation

Air Jordan

Air Jordan Online Store

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

The Air Jordan online store is for you to view various types of shoes in different categories and select the suitable ones with all the details for your order. The main menu goes across various categories the company is going to sell. You can view the individual product in detail with various types of pictures for real online experience. One can search the shoes and the site will list top 6 products with photographs of shoes that you may be interested to buy. There is carousal displayed continuously on the site that can be beneficial to see other related types of shoes visually Happy Shopping!!!

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

[] run mongod [] run mongo [] npm run dev:react [] seed data functionality -> npm run db:setup (pleae verify db is seeded, run this command again if database mot seeded)

##for database index

on mongo terminal

[] use shoegroupDB [] show collections; to view collection shoegroups [] db.shoegroups.count(); for total number of docs [] db.shoegroups.createIndex({ name: "text", productGroup: "text", searchStr: "text" });

to run tests

[] npm install --save-dev jest //installing jest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages