Any good tutorial to persist data from JSON API backend?

I wasn’t sure if this the correct category or if it had to be Ember-CLI

I’ve setup sample node app powered by endpoints to serve as JSON API backend

github GitHub - tenzan/node-api-pg: Backend for https://github.com/tenzan/ember-client

heroku http://node-api-pg.herokuapp.com/

Now, I want to make a frontend with Ember, any good tutorials?

I have ebooks ember-cli-101 and Deliver Audacious Web Apps with Ember 2.

Is there anything better?

“Deliver Audacious Web Apps with Ember 2” is definitely good.

There’s also the Ember docs (getting better by the week) and the articles on http://emberigniter.com/ are great.

I suggest working through what you want to build after reading the docs, and if you get stuck, posting self-contained snippets on Stack Overflow with a request for help.

1 Like