An example of counting the number of documents in the restaurant
collection
- Change the value of variable
url
inserver.js
to the address of your MongoDB Atlas Cluster. Modify the creditentals of your Database User and Database Name.
- Change the value of varibale
dbname
inserver.js
to your DB name - You need a collection named
restaurant
indbname
with a few documents in it.
npm install
npm start