Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.
/ shopmate Public archive

Smart Shopping Cart project for UPV's course "PIN"

Notifications You must be signed in to change notification settings

upv-shopmate/shopmate

Repository files navigation

ShopMate

Project status: PROTOTYPE DISCONTINUED since 29/01/2021 due to finalization of the associated university course.


ShopMate is an integrated smart shopping cart system, including a touchscreen attached to the shopping cart which updates automatically in response to the data captured by a series of hardware sensors. The user is able to see the exact contents of their cart, the total price, price breakdowns, information about brands and item pictures, and is able to use shopping lists and coupons to manage their shopping session in a complete and smart way. A map allows users to see and discover the physical disposition of the store. Furthermore, the system supports the integration of a payment provider to allow for checkout in the cart itself.

ShopMate es un sistema integrado de carrito de la compra inteligente, que incluye una pantalla táctil de control en el carrito que se actualiza automáticamente en respuesta a la información recogida por una serie de sensores. El usuario puede ver el contenido exacto de su carrito, con el precio total, marcas e imágenes, así como utilizar listas de la compra y cupones para gestionar su compra de forma completa e inteligente. Un mapa permite ver la disposición física del establecimiento. Además, el sistema está preparado para realizar la integración con un proveedor de pagos para permitir pagar desde el propio carrito.

Demo video / Vídeo de demostración

Demo video

Poster (Spanish only) / Póster

poster

Contributing

We'll develop on the dev branch and when finishing the sprint, the dev branch will be merged onto master using a pull request.

Frontend

React.js

Frontend README

Backend

ASP.NET Core with Entity Framework Core for persistence

Backend README