Skip to content

dale42/pouch-serializer-demo

Repository files navigation

Pouch Serializer Demo

This project is a demonstration of the requirement for a PouchDB serializer to make the ember-data hasMany relationship work.

Branches

  • example-no-serialzier: A parent/child setup using ember-date belongsTo/hasMany. Objects are saved and displayed in the templates, but not persisted to PouchDB.
  • example-with-serializer: Addition of 'serializers/application.js' containing:
import { Serializer } from 'ember-pouch';
export default Serializer.extend();

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd pouch-serializer-demo
  • npm install
  • bower install

Running / Development

About

Demonstration of a serializer issue for issue report

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published