Add new command to ember-cli to speed up prototyping out a new idea like this:
ember generate mock-fake post --fields="title:string, body:string, comment:hasMany, author:belongsTo"
With that one command you will have everything you need to fake a backend for your ember app.