GitXplorerGitXplorer
B

todos-parseback

public
9 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
7d0a3687d8eaae37e22401d54e6ef90c6dd73804

Updating the README to have a link to the Blog series that this code base supports

committed 13 years ago
Unverified
11cb0a912e04946b601e4a2aa60b3af45c8c35be

Don't ignore the config file

committed 13 years ago
Unverified
104c8ffe2a0e434ab0c7bfaad69795d848827644

initial commit

committed 13 years ago

README

The README file for this repository.

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)