Page 1 of 1

App database creation and database integration

Posted: Thu Apr 03, 2014 2:00 pm
by Nick6782687

Hi,

I have no programming experience and am looking for an app development platform to try to develop an app that I have in mind. The app that I have in mind has two requirements and I was wondering whether Appery.io included build-in modules that facilitate these two requirements?

  1. To develop a community, the app requires users to register (username/password) and to log in for the app (as well as possible password recovery).

  2. I would like to include a feature where users can set up online polls, which other users can answer. So, this would include sending to a database (creating the poll & taking the poll) as well as populating screens with data from the database (for a user to see the available polls to take & for the original poll creator to see and analyze the poll results).

    Is this possible through build-in Appery.io functionalities or does this require programming skills?


App database creation and database integration

Posted: Thu Apr 03, 2014 2:58 pm
by Maryna Brodina

Hello!

There is DB with Users collection. You can login and store any information in DB creating collections with necessary structure. Here is more information
http://docs.appery.io/documentation/b...
http://docs.appery.io/tutorials/build...


App database creation and database integration

Posted: Thu Apr 03, 2014 5:14 pm
by Nick6782687

Thanks!