NodeJS webserver using express for routing, swig for templating and sqlite3 for datastore.
To set it up: Install node / npm on your computer (if on a mac then follow this: http://blog.teamtreehouse.com/install-node-js-npm-mac) navigate to the folder and run npm install (this installs all dependencies) to run: node 'bin/www' or debug using vscode