You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains backend component of "Scan and Pay" hybrid mobile app. Problem statement was to make shopping easier at retail stores. With this application user needs to do three steps to shop: scan the barcode of product, add to cart and pay via app. With this app, we are eliminating the concept of long queues at checkout counters.
#ionic commands
Ionic cordova build android
Ionic cordova run android
#to run server
Ionic serve
#to generate new page in ionic:
ionic -g page <pagee_name>
About
This repo contains backend component of "Scan and Pay" hybrid mobile app. Problem statement was to make shopping easier at retail stores. With this application user needs to do three steps to shop: scan the barcode of product, add to cart and pay via app. With this app, we are eliminating the concept of long queues at checkout counters.