Skip to content

Instantly share code, notes, and snippets.

@auycro
Last active February 18, 2016 18:12
Show Gist options
  • Save auycro/fc216175dcf67bf05d4a to your computer and use it in GitHub Desktop.
Save auycro/fc216175dcf67bf05d4a to your computer and use it in GitHub Desktop.
Nodejs+MongoDB+Express
: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