Skip to content

michaeljonathan/bookofpsalms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book of Psalms

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/.

Prerequisites

Psalmist needs the following:

Installation

  • git clone https://github.com/michaeljonathan/bookofpsalms
  • cd bookofpsalms
  • npm install

Running

  • mongod (if MongoDB is not yet running in the background)
  • sails lift

About

Experimenting with Sails as the back-end for an Ember app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published