I’m trying to build a pet project of that uses data from somewhere. I have basically arrays of objects, which are related to another entity. I would prefer to not deploy a database because the data is uniform and does not have any relations (only one that is linked to a category).
I see that the tutorial in the Ember website solved this issue by attaching a JSON file, which I believe is JSON:API compliant. My question is: how did the tutorial’s author create those files? Where they hand-written or are they an output from some tool I’m not aware of?
The reason is that I’m new to Ember. I would prefer to finish the project than spend more time learning about Ember Data (I plan to do so later on). I just want to learn how to use Ember right now by building this project.
3 posts - 2 participants