Dependencies:
node.js
mongodb
Deploying:
Set up mongodb with a database named "test", which contains a collection named "poi_col".
Clone the repo, then run npm install
while in the repo to get all the dependencies.
Start the webserver by running node index.js
while root (e.g. sudo node index.js
), as it uses port 80.