MongoDBAtlas - Woz-U-Group-Projects/team-glampfire-trail-mix GitHub Wiki
MongoDB Atlas
Create a MongoDB Atlas account for the blog.
Add a user under Database Access
and whitelist the backend server's IP address under Network Access
.
Under Clusters -> SANDBOX, click on the CONNECT
button and select Connect your application.
Copy the connection string and paste it somewhere safe. Change the <password> and <dbname> to reflect the correct values. This is the connection string that is used in the backend server installation.