Internet Applications & Techniques work as per practical notes
node_intro - Unit 1 - basic express.js node server + API
Directions for use: after cloning, make a "mongodata" directory
Make sure mongodb is installed
use mongod --dbpath mongodata/ before running tests
php - Unit 2
make sure xampp is installed
run /opt/lampp/start.sh (as root)
add contents of this repo to /opt/lampp/htdocs (or whatever localhost is)
browse to localhost:80
for unit2-2 make sure DB is set up in phpmyadmin as specified in lab