Program With Erik

About

Blog

This site is my tutorials, rantings and musings on software development, with a focus on JavaScript, Ember.js, Vue.js and Node.js.

Apr 13 2015 on Express, Node, Mongo

How To Add Records With Mongo And Ember

This is an ongoing series of posts where I cover how to create a Node/Express/Mongo back-end with an Ember front end. We've already created a REST serverinterface in a previous post then we added in Mongo and finally we added in an edit and delete quote feature. With…

continue reading →
Apr 11 2015 on Node, Mongo

How To Edit Or Delete Records With Mongo And Ember

Earlier last week I created a post on how to create an Ember project with Node and Express. In the last post we added in Mongo. Now let's see if we can add a little more functionality to our application. As of now the app can only list quotes that…

continue reading →
Apr 09 2015 on Node, Mongo

How To Setup Your Ember Project With Mongo and Node

In my previous blog post we went over creating an Ember project with Node or iojs. To keep it simple we created an Express application with only one route that directed everything to our public/index.html. The index.html was the compiled Ember.js route. Dan Hutchinson in the…

continue reading →
Page 1 of 1