Skip to content

tomdale/basic-adapter-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Adapter Example

This small Ember.js app demonstrates how to use the new BasicAdapter API in Ember Data.

To run it, you'll need node installed on your computer. Then:

$ npm install
$ npm start

You should then be able to open http://localhost:3000 in your browser.

The small server implementation is in server.js. The Ember.js application is in public/js/app.js.

License

MIT

About

An example app using Ember Data's BasicAdapter API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published