Page 1 of 3
mobile ecommerce app linked to online database of products
Posted: Tue Jul 23, 2013 5:23 pm
by Scott Schechtel
Hello,
I would like to create a mobile ecommerce app that houses hundreds, soon to be thousands of products - (wines from around the world), via an online database for purchase. In a nutshell, here is the vision of the app:
after downloading the app that I create using Appery.io, onto Apple, Google Play store
user sees a bottle of wine he/she would like to purchase and have shipped to his door
scan the barcode with the upc scanner that is assigned to the bottle,
send TO CART either for purchase or kept in cart til a later time
get confirmation that either the product has been purchased or in cart, or shipped
here is the actual ecommerce page that will need to be in the app structure: http://store.nexternal.com/pnwc/world...
It can be viewed in mobile on a device but the data is stored on the Nexternal database. Please let me know if this can be done.
Thanks in advance
--
mobile ecommerce app linked to online database of products
Posted: Tue Jul 23, 2013 5:54 pm
by Maryna Brodina
Hello! Appery.io is a mobile app builder, you can build HTML5 and hybrid (PhoneGap) mobile apps. So, you can build anything you want, including in-app billing functionality. Here is more information: http://docs.appery.io/getting-started/. You are always starting with HTML5 mobile app so you can do anything the mobile browser supports. Please note that database would need to be exposed via REST API. By the way Appery.io provides back-end services (DB, Push, server-side code).
mobile ecommerce app linked to online database of products
Posted: Tue Jul 23, 2013 5:59 pm
by Scott Schechtel
Thank you so much. However what exactly does it mean that the online db will need to be exposed via REST API? Will the db be hackable? Please explain in simple terms.
mobile ecommerce app linked to online database of products
Posted: Tue Jul 23, 2013 6:04 pm
by Maryna Brodina
To connect your app to DB it needs to have REST API so you can easily access DB via REST services. Please check this information http://docs.appery.io/getting-started/.
mobile ecommerce app linked to online database of products
Posted: Tue Jul 23, 2013 6:15 pm
by Scott Schechtel
So my db host uses an xml tool to parse data to be used for an app. Would that work with the REST API?
mobile ecommerce app linked to online database of products
Posted: Tue Jul 23, 2013 6:22 pm
by Maryna Brodina
Sorry, not sure I understand. Could you tell us how do you make request to your DB. You can post example of request and response (if it's private information you can send it to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a)
mobile ecommerce app linked to online database of products
Posted: Tue Jul 23, 2013 6:24 pm
by Scott Schechtel
....or can I import an existing database into the app builder?
mobile ecommerce app linked to online database of products
Posted: Tue Jul 23, 2013 6:35 pm
by Scott Schechtel
Here is the flow of how I hope the app will work:
after downloading the app that I create using Appery.io, onto Apple, Google Play store
user sees a bottle of wine he/she would like to purchase and have shipped to his door
scan the barcode on the bottle with the upc that is assigned to the bottle and in the online database of products,
send TO CART either for purchase or kept in cart til a later time
get confirmation that either the product has been purchased or in cart, or shipped
here is the actual ecommerce page that will need to be in the app structure: http://store.nexternal.com/pnwc/world...
mobile ecommerce app linked to online database of products
Posted: Tue Jul 23, 2013 6:39 pm
by Maryna Brodina
It depends on your DB and relationship between tables. Take a look here http://docs.appery.io/documentation/b...
mobile ecommerce app linked to online database of products
Posted: Tue Jul 23, 2013 6:44 pm
by Scott Schechtel
This will basically be a mobile shopping cart app for wines across the world.