For Heroku:
- To use this app on Heroku, you will need to add a MongoDB database using one of the MongoDB addons:
heroku addons:add mongolab
Install packages needed for server: npm install
Install packages needed for client: bower install
Start app (local): foreman start
We are currently using the foursquarevenues package for accessing the Foursquare API. This package appears limited but has the features for the limited needs of our current backend. If we need more functionality, see the list of libraries maintained by foursquare for other options.