-
Notifications
You must be signed in to change notification settings - Fork 1
Software
Bessie Malek edited this page Sep 16, 2017
·
4 revisions
The magic mirror system consists of four pieces of software that work together:
- mm-server - this is a Node API that runs on the Raspberry Pi. Through an API, it can take pictures and copy those pictures to the cloud-node. It also serves the magic_mirror Angular 4 app.
- magic_mirror - this is an Angular4 application that gives the shopper a user interface to scan a barcode of a product, take a picture, and share this information
- cloud-node - this is a Node API that runs on an AWS EC2 instance. It also serves the mm_web_server Angular 4 app which is designed to work on the phone. The cloud-node API interfaces with Magento to get product information.
- mm_web_app - this is an Angular4 application for the shopper's phone. It links with the magic mirror using a 4 digit code. This application shows the shopper phot0s they have shared from the magic mirror and will go to the Magento2 site when the shopper wants to buy a product.
