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 server [http://en.wikipedia.org/wiki/Representational_state_transfer]
interface in a previous post [https://www.programwitherik.com/setup-your-ember-project-with-node/]
then we added…
continue reading →
Earlier last week I created a post on how to create an Ember project with Node
and Express [https://www.programwitherik.com/setup-your-ember-project-with-node/]. In the last
post we added in Mongo
[https://www.programwitherik.com/how-to-setup-your-ember-project-with-mongo-and-node/]. Now let's
see if we can add a little more functionality to our application.…
continue reading →
In my previous blog post [https://www.programwitherik.com/setup-your-ember-project-with-node/] 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…
continue reading →