Skip to content

swinton/simplest-emberjs-rest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simplest Ember.js REST example

A super-simple example application that uses the Ember.js REST adapter to load data from a RESTful API.

There are 2 data models: User and Message. Messages belong to a User, Users have many Messages.

Did I say it was simple? ;)

Usage

git clone git@github.com:swinton/simplest-emberjs-rest-example.git
cd src
python -m SimpleHTTPServer 3319  # and open http://localhost:3319/ in your browser :)

Example

See it running at http://swinton.github.com/simplest-emberjs-rest-example/.

Contact

@steveWINton.

Releases

No releases published

Packages

No packages published