zhelevZ / MEAN

REST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#MEAN

Instructions

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.

About

REST


Languages

Language:JavaScript 51.1%Language:HTML 48.9%