Monday, July 19, 2021

Steps in creating Mongo DB database in free tier in Atlas

 




1. Create cluster

2. Create DB user 

3. Add IP address to your access list (white list) 

4. Load Sample data (optional) 

5. Connect to your cluster.


Create DB user: 
















No comments:

Post a Comment

Misc Javascript points

 Nodejs can support multithreading through use of promises _ is the numeric separator for javascript, that means the numbers 10_000, 11.23_0...