Page 1 of 1

Custom web interface for the database

Posted: Mon Nov 10, 2014 9:17 am
by Takis

Hi

is there a way to build a custom web interface, that will access your back end database, so they can log in and change their records, the way they like?

Thanks a lot.


Custom web interface for the database

Posted: Mon Nov 10, 2014 10:45 am
by Maryna Brodina

Hello!

It is possible with DB API http://devcenter.appery.io/documentat...


Custom web interface for the database

Posted: Mon Nov 10, 2014 7:45 pm
by Takis

To be sure

I would like to build my own web interface, lets say with php, so a customer of mine
can log in, view, update, delete rows stored in your back end database.

Can you give a very simple example on how this can be done?

Thanks!


Custom web interface for the database

Posted: Mon Nov 10, 2014 7:54 pm
by Evgene Karachevtsev

Hello Panagiotis,

Perhaps this tutorials should help you: http://devcenter.appery.io/tutorials/...
Also please note that php isn't used in Appery.io. JS is used.


Custom web interface for the database

Posted: Wed Nov 12, 2014 7:24 pm
by Takis

Hi

Sorry I am new to this.
For example I would like to build a WEB site (not mobile app), where my customer can log in, and view, update, delete rows on a database table, which is stored in your back end.

Can this be done?
A simple example, of displaying the data of a table?

Can I somehow use the source code of mobile app?
or I am missing something basic in the whole logic? :)
Thanks!


Custom web interface for the database

Posted: Thu Nov 13, 2014 3:09 am
by Illya Stepanov

Hi --

Is this will be your custom build website? If so it should have some service implementation exposed with RESTful services that will connect to Appery.io database as described in our documentation. (http://devcenter.appery.io/documentat...)

Here is our ToDo app example: http://devcenter.appery.io/tutorials/...

and search app example: http://devcenter.appery.io/tutorials/...


Custom web interface for the database

Posted: Thu Nov 13, 2014 9:58 am
by Takis

Yes I want to build a custom web site for my "customers".
I want them to be able to login and make basic actions on their records only, so I will not have to do anything. Only charged them :-) !!!

So lets say,

  • I build view,update,delete, save functionality onrecords of a table in your back end, using your Development Center (like I do for the mobile app)

  • then in the Export menu, I select HTML5, which produces a number of HTML files

  • these files/structure of directors can then be incorporated/included in my custom web site?

  • the HTML5 produced will contain all what is required, to connect to your back end, make proper query service calls, manipulate table as I want?
    No additional coding form my side?

    If yes, then around this part I will build the rest on my custom web site, as I want.

    Waiting your feedback.
    Thanks!


Custom web interface for the database

Posted: Thu Nov 13, 2014 10:12 pm
by Evgene Karachevtsev

Panagiotis,

Yes, this is correct.