This is an E-Commerce web application. The user interface provides relevant information about a product in the Atelier retail catalog. It features the product's details, ratings and reviews, and a related questions and answers section. Check out the demo below!
atelier-ecommerce-demo.mp4
This page shows the relevant information for a single product in the catalog.
It contains 4 modules:
- Product Overview
- Ratings & Reviews
- Questions & Answers
- Related Items & Outfit Creation
- JavaScript -- 3.10
- Node.js -- 6.13
- PostgreSQL -- 14.0
For detailed requirements and dependencies, see package.json
From within the root directory:
npm install
Refactor config.example.js using instructions provided.
From within the root directory:
npm run build
npm run client-dev
npm run server-dev