This project requires:
-
NodeJS
-
MongoDB
Use "npm install" (in ) to install the required dependencies using npm, into a node_modules directory on the project root.
Run "node server.js" to run the Node server. Open a browser and navigate to http://localhost:8081. You should see "Hello World", which means that you are set.