If you already have a copy of the source code, skip step 2.
- Install the latest Node.JS, NPM, and MongoDB server for your system
- Clone this repository (
git clone git@github.com:DanH42/IT353_M-2.git
) cd
into the newly createdIT353_M-2
directory and runnpm install
- Run
node server.js
to start the HTTP server on port 8080
- Node.JS download page
- Installing Node.JS (and NPM) on Linux
- MongoDB download page (On Linux,
mongodb
in most package managers)