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 rendering the full page by rerouting to servers on different modules and arranging all the dynamic modules appropriately on the web page.
- https://github.com/WARP-V/shoe_name_and_colors
- 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
- https://github.com/WARP-V/main_photo_gallery
Created by Vignesh Balasundaram
All rights reserved. Liscence: ISC
Install the npm dependencies
Runs on server port 3000
- Node 10.13.0
From within the root directory:
npm install
STARTUP INSTRUCTIONS:
- Start express server with npm start
npm start