Last active
February 18, 2016 18:12
-
-
Save auycro/fc216175dcf67bf05d4a to your computer and use it in GitHub Desktop.
Nodejs+MongoDB+Express
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:Reference | |
https://www.airpair.com/javascript/complete-expressjs-nodejs-mongodb-crud-skeleton | |
:Mongoose Schema | |
http://mongoosejs.com/docs/guide.html | |
:Use MongoDB with a Node.js Application on Heroku | |
https://scotch.io/tutorials/use-mongodb-with-a-node-application-on-heroku | |
:Reload Alias | |
source ~/.bashrc | |
. ~/.bashrc | |
:Upgrade NodeJS | |
sudo npm cache clean -f | |
sudo npm install -g n | |
sudo n stable | |
:Paypal develop app page | |
https://developer.paypal.com/webapps/developer/applications/myapps | |
:Sample app | |
https://github.com/SeraphimSerapis/paypal-rest-node-sample | |
:Simple Set Config.js | |
http://stackoverflow.com/questions/5869216/how-to-store-node-js-deployment-settings-configuration-files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment