Saving data in local bank with Ionic

Asked

Viewed 313 times

2

Is it possible to save data to a local database on my computer by running the app on my phone? For example, I created an app on Ionic, where I register names, and when I save it, I want it saved to my local computer database, using php, of course. It is possible or only if it is a database in a web domain?

Thanks

  • 1

    It is possible yes. You would have to make a REST API and put it on the local network. Then your APP would communicate with this API

  • Need to be REST? A simple code in php does not roll? ?

  • I don’t know much about PHP to tell you this, but I think the best way to communicate with the angular is through JSON, so you would have to have a Rest API

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.