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.
- https://github.com/WARP-V/main_photo_gallery
- https://github.com/WARP-V/Navigation-Search-Service
- https://github.com/WARP-V/page-footer
- https://github.com/WARP-V/Sizing-Cart_Service
- https://github.com/WARP-V/Review-Service
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
- Node 10.12.0
- MongoDB ^3.1.8
From within the root directory:
npm install -g webpack
npm install
STARTUP INSTRUCTIONS:
-
Run startup script "seed" to seed the database
-
Run startup script "build" to create webpack bundle
-
Start express server with npm start
npm run seed
npm run build
npm start