#MEAN
Use git clone or download
then install the Node modules with
npm install
then make sure MongoDB is running with
mongod
from your MongoDB directory, and then run the code with
node server
You might see a message that says,
Error: Module did not self-register.]
js-bson: Failed to load c++ bson extension, using pure JS version
Don't worry about this; the code will still work.