Backend for my prayer app on iOS! Credits:
// Server Tutorials!
https://www.raywenderlich.com/61078/write-simple-node-jsmongodb-web-service-ios-app
https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction
https://forum.freecodecamp.com/t/guide-for-using-mongodb-and-deploying-to-heroku/19347
https://forum.freecodecamp.com/t/storing-mongo-username-password-persistently-using-dotenv/50994
https://elements.heroku.com/buttons/mongolab/hello-mongoose
//Server help!
http://stackoverflow.com/questions/7948789/mongodb-mongod-complains-that-there-is-no-data-db-folder
http://stackoverflow.com/questions/26626186/object-mongoclient-has-no-method-open
https://devcenter.heroku.com/articles/config-vars
https://en.wikipedia.org/wiki/LXC
http://stackoverflow.com/questions/8731782/whats-a-repl-process-and-what-can-i-use-it-for
https://gist.github.com/naaman/1384970
http://stackoverflow.com/questions/34631300/error-when-deploying-app-to-heroku
http://stackoverflow.com/questions/13066532/how-to-uninstall-npm-modules-in-node-js
https://devcenter.heroku.com/articles/mongolab
http://mongodb.github.io/node-mongodb-native/2.2/api/Db.html
http://stackoverflow.com/questions/31071275/mongodb-client-open-returns-undefined-in-not-a-function
http://stackoverflow.com/questions/39030222/no-compatible-version-found-mongodb3-2-8 Really helped me realize the difference between mongoDatabase and mongoDriver!
http://stackoverflow.com/questions/35813584/invalid-schema-expected-mongodb
https://gist.github.com/naaman/1384970 This for delete heroku app which I've had to do quite a bit in terms of restarting!