This is a sample application built with Backbone, RequireJS, Twitter Bootstrap (frontend) and Node.js, Express.js, Mongoose (backend).
The source code for this application is hosted on GitHub. In addition to the client application (created using Backbone.js, RequireJS & Twitter Bootstrap), the repository includes the backend server also (built with Node.js, Express, Mongoose). Find more details in the README file of the project.
Node.js and NPM need to be installed on your server/PC. Run "npm install ." on the command line (inside the project) to install the dependencies. Then make sure to configure the MongoDB connection details (/config/db.json) and other app settings (such as port). If you are running MongoDB with the default settings on localhost you won't need to change anything. When you're all set, run "npm start" and enjoy :)