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

How to check local and global angular versions

 Use the command ng version (or ng v ) to find the version of Angular CLI in the current folder. Run it outside of the Angular project, to f...