Home

Awesome

Ember Data Model Maker

Ember Data Model Maker (EDMM) is a tiny Ember.js app (built with ember-cli). Its purpose is to give a little clarity about what code is needed to get your app up and running with Ember Data. It was originally written as a 'companion app' to Getting Started with Ember Data.

Demo

http://andycrum.github.io/ember-data-model-maker/

Requirements

EDMM requires ember-cli to run. Once you've installed ember-cli, just navigate to the EDMM directory, run npm install and then ember serve to get it running locally.

Contributing

Feel free to open issues or pull requests for any errors you run into or features you think should exist.

License

Distributed under The MIT License