DZone
You may be using MongoDB Cloud Manager to monitor, back up, and automate your MongoDB deployment. If you like some of the functionality in Cloud Manager but were looking for a more managed experience, you can migrate your deployment to MongoDB Atlas, the database as a service from MongoDB, Inc.
In this post, I’ll walk you through migrating a node-todo app running on a MongoDB deployment managed by Cloud Manager and hosted on AWS to a fully managed Atlas cluster, also hosted in AWS. Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB will store the todo items.
Source: DZone