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

Inline styles in React in jsx

 The attribute declaration and naming changes in jsx.  HTML :  <table style="border-collapse : collapse" > </table> JS...