This is Team O'Malley's Front End Capstone project detailing an items page from IKEA. Each member of the team was tasked to build part of the page using React components and persistent data that mimic the website. This microservice will render 12 unique similar products viewable in a carousel.
- https://github.com/hrr47-fec-omalley/main-title-pictures-service
- https://github.com/hrr47-fec-omalley/add-to-bag-service
- https://github.com/hrr47-fec-omalley/reviews-service
- https://github.com/hrr47-fec-omalley/similar-products-service
An nvmrc
file is included if using nvm.
- Node
From within the root directory:
npm install npm install -g nodemon
From the root directory:
npm run seed
npm run test
npm run client
npm run server