short CRUD application using node, mongodb, and mongoose
clone down this repo, open terminal from code editor run 'npm install'
make sure mongodb is install and added to PATH in your .bash_profile
run 2 terminals in first shell you will run 'mongod' this is for background processes
in the second shell, run 'mongo'
now we are ready to run our application!