Angular.js, Node.js, Mongoose, Bootstrap for web app.
Satellizer for authentication.
Beautiful Soup and Python for web scraping
CSS for coffeeshop page lifted from here
Star rating from Stack Overflow/JSFiddle
$ git clone <this_repo_url>
$ cd coffeeshopsinamsterdam
$ npm install
$ nodemon server
heroku create <app_name>
heroku config:set NODE_ENV=production
heroku addons:create mongolab:sandbox
heroku config | grep MONGOLAB_URI
git push heroku master
heroku ps:scale web=1