MongoDB Atlas Setup
Explore the process of setting up MongoDB Atlas as a cloud database for your Angular application deployed on Heroku. Learn to create organizations, projects, clusters, and secure the database by managing IP whitelists and user credentials. Understand how to generate a connection string required for API integration in deployed environments.
We'll cover the following...
We'll cover the following...
Up until now, we’ve been using MongoDB on our platform as our database. When our applications are deployed and running on Heroku, we’ll need a new database in the cloud for our API to work with. To do this, we’ll use MongoDB Atlas.
Note: Occasionally, services such as MongoDB Atlas will update their registration flows, which will affect the steps outlined here.
Steps to perform setup
-
You’ll need to create an account here. ...