Node.js REST API Example with MongoDB, Mongoskin, Express 4 with REST authentication
This repo is forked from: https://github.com/azat-co/rest-api-express. Our goal with this repo. is to enhance the project with an authentication feature.
Brief instructions:
$ git clone https://github.com/davidboto/rest-api-express.git
$ cd rest-api-express
$ npm install
$ node express.js
In a new terminal window:
$ mocha express.test.js
Or, if you don't have mocha installed globally:
$ ./node_modules/mocha/bin/mocha express.test.js