Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 298 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 298 Bytes

WELCOME!

This is a sample project to get you started with nodejs as a microservice.

  1. make sure you have mongodb installed
  2. pull the project and run 'npm install'
  3. recommended for debugging: 'npm install -g node-inspector'

FEATURES:

  1. node.js + express
  2. mongoose
  3. mocha - for testing