MongoDB Atlas provides an easy way to host and manage your data in the cloud.
Register for an Atlas account using your GitHub account, your Google account or your email address.
Instal.la el Atlas CLI:
> scoop install main/mongodb-atlas-cli
Registra un nou compte:
> atlas auth register
https://www.mongodb.com/docs/atlas/tutorial/create-atlas-account/
To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas auth register.
To create and authenticate with your Atlas account, create one free database, load sample data, add your IP address to your project IP access list, create a MongoDB user, and view your connection string using the Atlas CLI, run the following command:
> atlas setup --clusterName xtec
To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas setup.