I found it difficult to find a consolidated example for putting together a whole bunch of technologies to setup a RESTful api working with an ember.js app. So I'm putting this together.
Here are the technologies I'm using:
Server Side
- Node.js
- Express
- Mongodb
- Step (used to organize processing order; based on [FlowJS])
Client Side
- Ember.js
- JQuery (used by ember.js)
- Handlebars (used by ember.js)
- Ember-data
- Showdown (for safe HTML)
- Moment (for date functions)
Here are the references that I used in putting this together: [FlowJS]: https://github.com/willconant/flow-js "FlowJS" [Wine]: http://coenraets.org/blog/2012/10/nodecellar-sample-application-with-backbone-js-twitter-bootstrap-node-js-express-and-mongodb/ "Wine Cellar Example"