vgmda / node-mongoDB

This is an application that uses the MongoDB Node.js driver to connect to a MongoDB cluster hosted on MongoDB Atlas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node App

This is an application that uses the MongoDB Node.js driver to connect to a MongoDB cluster hosted on MongoDB Atlas. The Node.js driver is a library of functions that you can use to connect to and communicate with MongoDB.

The project consists of:

  • Create the node app.
  • Create the index.js and studentsCrud.js
  • Within index.js point towards studentsCrud.js using executeStudentCrudOperations()
  • Connect to Atlas cluster using connectToCluster()
  • Create createStudentDocument() function to insert the student document with data
  • Drop the collection once finished using dropStudentCollection() function

About

This is an application that uses the MongoDB Node.js driver to connect to a MongoDB cluster hosted on MongoDB Atlas.


Languages

Language:JavaScript 100.0%