Monday, July 19, 2021

Getting MongoDb connection string for cloud collection

 






Replace the database name with your database name and replace the password with your password ( username password should be in the format username:password@---- and not like username:<password>@----- !. The angle brackets indicate substitution only, and not to be confused as a requirement.



"mongodb+srv://aaaaaaaa:bbbbbbbb@cluster0.hfu9n.mongodb.net/ccccccccc?retryWrites=true&w=majority"

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...