Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.68 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.68 KB

Operations that you shall use for prod

A Basic workflow with node js and MongoDB using Mongoose npm

API list:

Pre-requisites:

1. Install node (version > 4.4.7)
2. Install mongo DB (Version > 2.6)

How to use?


Running Unit Tests:

npm install mocha -g
npm run test

alt text