#Overview This is a node-boilerplate designed for doing a RESTful API backend with a backbone.js frontend.
#Backend Node.js using Express and Bookshelf.js to generate a restful API.
You'll need to run the following to init the backend
npm install
cd app/config
cp config.js.default config.js
- Edit details in
config.js
(MySQL db info in particular)
#Frontend Backbone.js using a cool template loader with proper views, models, etc.