8000 GitHub - giusybng/smart-retail: Android application (Java) to optimize a user's shopping experience in a supermarket.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

giusybng/smart-retail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Retail

This is an Android application (Java) to optimize a user's shopping experience in a supermarket. The app allows the user to create a shopping list and guide him inside the supermarket, making him make as few trips as possible. Each supermarket aisles is represented by a beacon. When the user is near the beacon, the app suggests which of the products on his list he can find there.

The server is written in Node.js while it was used MongoDB to store the supermarket products list in JSON format.

The Android application has been tested with iBeacon.

Installation

Setup MongoDB

Inside the server folder:

> mongoimport --db smart-retail --collection products --file Products.json --jsonArray

NOTE: BeaconId in Products.json is the integer hash of the beacon and not UUID because I noticed that the two beacons used had the same UUID but different 'major' and 'minor'.

Setup server Inside the server folder:

> npm install

> npm start

Setup SmartRetail (Android application)

Android version

API 16: Android 4.1 (Jelly Bean)

About

Android application (Java) to optimize a user's shopping experience in a supermarket.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0