Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 405 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 405 Bytes

MongoDB with Node

MongoDB is a Non-Relational Database Server for MQL (Mongo Query Language) Language

Node is a JavaScript runtime environment for developing amazing JavaScript applcations

Node provides MongoDB module to connect your JavaScript app with MongoDB Database Server with it's native MQL commands

In this repo all minimium requirements are added to get started with JS and MongoDB Server