I have an angled, basic application with forms that stores the data in arrays and receives the dado in dados
in div's
. Now how can I store this data? What options do I have when using AngularJS ?
Being familiar with php and MySql , I know I can pass data to $http
and call the .php
file that inserts into the relational database, but I also know that MongoDB exists. ..
An application that uses MongoDB works on a PHP / Linux server?
One more thing, on the Angular page they refer to Firebase that left me with even more doubts. What is the best way to "play" data with AngularJS?