Skip to content

An adaptation of the Backbone.js Todos example for use with Parse.com

Notifications You must be signed in to change notification settings

BrianGenisio/todos-parseback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of using the Parse.com / Backbone.js adapter.

It is an adaptation of the Backbone.js Todos application.  Originally,
it saved to local storage.  This version runs via the Parse.com proxy
and stores data at Parse.com.

There is a blog series based on this code base.  You can read more
about it here:  http://houseofbilz.com/archives/2011/11/07/going-mostly-server-less-with-backbone-js/

To use this:
* Make sure Node.js and NPM are installed
* Make sure coffee-script, express and restler are installed

* copy config.coffee.example config.coffee
* edit config.coffee to include your Parse.com App ID and Master Key
* coffee proxy.coffee
* Point your browser to http://localhost:3001 (or whatever port you have in config.coffee)

 

About

An adaptation of the Backbone.js Todos example for use with Parse.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors