Skip to content

A demo app for a tutorial I wrote called "The simplest possible Ember Data CRUD"

Notifications You must be signed in to change notification settings

jenweber/simplest-ember-data-crud

Repository files navigation

simplest-ember-data-crud

A demo app for a tutorial I wrote called "The simplest possible Ember Data CRUD".

This app does not represent best practice for architecture. It's the minimum number of files needed to demonstrate CRUD - a starting place if you're confused by what Ember Data is and how it works.

This app does not connect to a back end. However, using an ember-cli feature called http-mock, I created a fake server that CRUD requests go to. That means you can run the project locally and see the network requests and responses in the Chrome Inspector's Network tab. The entire "server" folder is not part of a normal Ember app - it's the mocked, fake server. All records will disappear on refresh.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd simplest-ember-data-crud
  • npm install

Running / Development

Further Reading / Useful Links

About

A demo app for a tutorial I wrote called "The simplest possible Ember Data CRUD"

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published