|
1 | 1 | # Pray4MeBackend
|
| 2 | +Backend for my prayer app on iOS! |
| 3 | +Credits: |
| 4 | + |
| 5 | +// Server Tutorials! |
| 6 | + |
| 7 | +https://www.raywenderlich.com/61078/write-simple-node-jsmongodb-web-service-ios-app |
| 8 | + |
| 9 | +https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction |
| 10 | + |
| 11 | +https://forum.freecodecamp.com/t/guide-for-using-mongodb-and-deploying-to-heroku/19347 |
| 12 | + |
| 13 | +https://forum.freecodecamp.com/t/storing-mongo-username-password-persistently-using-dotenv/50994 |
| 14 | + |
| 15 | +https://elements.heroku.com/buttons/mongolab/hello-mongoose |
| 16 | + |
| 17 | + |
| 18 | +//Server help! |
| 19 | + |
| 20 | +https://forums.raywenderlich.com/t/how-to-write-a-simple-node-js-mongodb-web-service-for-an-ios-app/6759 |
| 21 | + |
| 22 | +http://stackoverflow.com/questions/7948789/mongodb-mongod-complains-that-there-is-no-data-db-folder |
| 23 | + |
| 24 | +http://stackoverflow.com/questions/15229412/unable-to-create-open-lock-file-data-mongod-lock-errno13-permission-denied |
| 25 | + |
| 26 | +http://stackoverflow.com/questions/26626186/object-mongoclient-has-no-method-open |
| 27 | + |
| 28 | +http://stackoverflow.com/questions/32631184/the-resource-could-not-be-loaded-because-the-app-transport-security-policy-requi |
| 29 | + |
| 30 | +https://devcenter.heroku.com/articles/config-vars |
| 31 | + |
| 32 | +https://en.wikipedia.org/wiki/LXC |
| 33 | + |
| 34 | +http://stackoverflow.com/questions/8731782/whats-a-repl-process-and-what-can-i-use-it-for |
| 35 | + |
| 36 | +http://stackoverflow.com/questions/6912584/how-to-get-get-query-string-variables-in-express-js-on-node-js?rq=1 |
| 37 | + |
| 38 | +https://gist.github.com/naaman/1384970 |
| 39 | + |
| 40 | +http://stackoverflow.com/questions/34631300/error-when-deploying-app-to-heroku |
| 41 | + |
| 42 | +http://stackoverflow.com/questions/13066532/how-to-uninstall-npm-modules-in-node-js |
| 43 | + |
| 44 | +https://devcenter.heroku.com/articles/mongolab |
| 45 | + |
| 46 | +http://mongodb.github.io/node-mongodb-native/2.2/api/Db.html |
| 47 | + |
| 48 | +http://stackoverflow.com/questions/31071275/mongodb-client-open-returns-undefined-in-not-a-function |
| 49 | + |
| 50 | +http://stackoverflow.com/questions/39030222/no-compatible-version-found-mongodb3-2-8 Really helped me realize the difference between mongoDatabase and mongoDriver! |
| 51 | + |
| 52 | +http://stackoverflow.com/questions/35813584/invalid-schema-expected-mongodb |
| 53 | + |
| 54 | +https://gist.github.com/naaman/1384970 This for delete heroku app which I've had to do quite a bit in terms of restarting! |
0 commit comments