Book of Psalms is the back-end RESTful API server for Psalmist, a simple web app I created to learn Ember.js. Book of Psalms is therefore built to serve Ember's REST API (that said, I could have done it the other way around).
Book of Psalms is built on Sails.js wired to a MongoDB database. Once running, it will provide an Ember-friendly RESTful API for Psalmist at http://localhost:1337/
.
Psalmist needs the following:
git clone https://github.com/michaeljonathan/bookofpsalms
cd bookofpsalms
npm install
mongod
(if MongoDB is not yet running in the background)sails lift