Skip to content

REST API built with Express.js, Mongoskin and Mocha - with authentication

Notifications You must be signed in to change notification settings

davidboto/rest-api-express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express.js 4.x

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

About

REST API built with Express.js, Mongoskin and Mocha - with authentication

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%