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
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
– DiegoAugusto
Need to be REST? A simple code in php does not roll? ?
– GustavoSevero
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
– DiegoAugusto