mongoose-app

Developer notes

To launch mongod:

$ mongod --dbpath ~/bin/data/db

To launch mongo shell:

$ mongo --host 127.0.0.1:27017