Source code from Backbone4Dummies talk.
There are the basic requirements for you application:
Gitbower1.3+nodev10+npmv2.4+mongoDb
-
First of all, you must clone the source from github in you root.
git clone [email protected]:zigolis/backbone4dummies.git -
After that you need to install mongodb.
Go to http://docs.mongodb.org/manual/installation/ -
Now you can install the project dependencies using bower and npm, go to Backbone4Dummies/
npm install bower install
-
Go to api-node folder and run
node server.js -
In your browser type localhost:8000/01 (You just need to change the number to navigate through the folders)
Made with ❤ by Gabriel Zigolis and Renan Carvalho.