Ember CLI + Express.js

I’ve uploaded a demonstration to github on how to use MongoDb, ExpressJS and Ember-Cli together.

This demo project contains a basic user management and a article CRUD module. User authentication is done with ember-simple-auth on the client side. The server uses passportjs for authentication and a jws token to secure the api endpoints.

Server and client are on the same project but each starts it’s own http-server instance, that’s not ideal and I will change that. Also there is no deployment strategy for now.

I will continue to work on this project adding deployment steps and code generation for server routes, model and controllers, like ember-cli does.