Takis
Posts: 0
Joined: Wed Oct 22, 2014 5:10 pm

Custom web interface for the database

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.

Takis
Posts: 0
Joined: Wed Oct 22, 2014 5:10 pm

Custom web interface for the database

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!

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Custom web interface for the database

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.

Takis
Posts: 0
Joined: Wed Oct 22, 2014 5:10 pm

Custom web interface for the database

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!

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Custom web interface for the database

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/...

Takis
Posts: 0
Joined: Wed Oct 22, 2014 5:10 pm

Custom web interface for the database

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!

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Custom web interface for the database

Panagiotis,

Yes, this is correct.

Return to “Issues”