javascript - How to utilize Yeoman, AngularJS data, and Node.js to upload data into the Heroku starter database? -
My application is using Yemen, Angulesas I am quite new to this and therefore this question relates to the management of data is. Currently I have my data on my main I want to be coded into an array in the JS file such as
angular.module ('myApp') .controller ('AdminCtrl', ['$ scope', '$ filter', function ($ Scope, $ filter) {// <- Help with figures with multiple attributes & lt; - $ scope.campaigns = [{name: '', description '', etc. ... etc ...}, {. Too many data ...}, {... lots of data ...}, {... lots of data ...}, {... lots of data ...},];}]) ; I am already deploying the site through my site and so I wanted to upload this data to Starter Dev Heroko Postgraze Database. My first uploading data in Heroko database is thinking and how I would go about this process. I want to use Node.js (new for me too) and I found this article () but I have to do this? Where and how can I move my existing array data to Node.js and then upload it again?
EDIT: I have followed more articles (basically it seems) that @MMTCroiseto suggested and "hoax build" but whenever I refresh the page I am still losing the data. This is my first time using Node.js but I believe that in these instances a static angular app is being deployed without dynamic data updates. What steps have been taken to get your existing array data and to remain in the Heroku database to use "Web. JS"?
Why not run your existing app? You should take a long step towards successful deployment.
In any case, this is a very good document for yo.
Comments
Post a Comment