Skip to content
Bill Heaton edited this page Jun 15, 2015 · 19 revisions

Introduction

The wiki section of this repo is a guide for using the ember-jsonapi-resources addon. The test application code is referenced as a practical example to using this lightweight data persistence library for an Ember.js App build with Ember CLI that communicates with an API following the JSON API 1.0 specification.

For general info about the project see the README

About the project

Ember JSONAPI Resources is a library for data persistence that is a stand-alone solution. Simply install the addon then use ember generate resource name to create the objects your app needs persist date to a backend that implement the JSON API 1.0 specification.

Getting Started

You will need a backend that implements the 1.0 spec. The JSONAPI::Resources gem is the inspiration for this project and does a great job of bootstrapping a backend using Ruby on Rails.

Read up on the JSON API format before you get started with this addon. The concepts of a "resource" are leaned on heavily for the objects provided in this library for an Ember.js data persistence solution.

Base Prototypes

Tools

Configuration

Clone this wiki locally