complex-ember-data-example icon indicating copy to clipboard operation
complex-ember-data-example copied to clipboard

ember.js django app showing how ember-data deals with a complex object graph

ember.js django app showing how ember-data deals with a complex object graph

To run this django application

  1. pip install -r requirements.txt
  2. python manage.py runserver
  3. npm install django-ember-precompile
  4. http://localhost:8000

To run the javascript integration tests

  1. npm install
  2. karma start

**Files of interest for anyone looking at the ember side of this project

https://github.com/toranb/complex-ember-data-example/blob/master/codecamp/static/script/app/codecamp.js

  • The above contains the ember views/controllers/models/router

https://github.com/toranb/complex-ember-data-example/blob/master/codecamp/ember/templates/index.html

  • The above contains the handlebars template