This repository includes a NodeJS / Express / MongoDB skeleton app.
Make sure you have MongoDB installed and running on your computer as well as NodeJS/NPM installed.
On the root of this app, run the following command to install dependencies:
npm install
On the root of this app, run the following command to run the application:
npm start
If everything is ok, you should see a 'Hello world!' message when you go to 'http://localhost:3000' on your browser.