Skip to main content

Get started with MongoDB Atlas

MongoDB Atlas is a data platform, designed for developers, which integrates a multi-cloud database with various data services. It simplifies the process of database deployment and management while facilitating the development of modern data-driven applications.

The MongoDB Atlas registration is completely free and doesn't require a credit card. Follow the link below and create your account:

Deploy a cloud database​

Next, deploy your forever-free cloud database in MongoDB Atlas.

  1. Click on the Build a Database button.

    'Create a database' section in MongoDB Atlas highlighting the 'Build a database' button
  2. Select M0 — the free shared tier.

    Database type selection section highlighting the M0 option
  3. Select a cloud provider and a region close to you. Rename your database to SearchParty.

    Configuration settings for cloud provider, region and database name
  4. Click Create to deploy your database.

Security quickstart​

info

By default your Atlas deployment is completely locked down. To access it, you need to create access credentials and configure network access.

  1. To create a database user, provide secure credentials and click Create User.

    Security quickstart page showing the 'Create user' section
  2. Next, configure the IP address list. Only connections coming from the allow-listed IPs will be accepted. You should see that your IP address was added by default. Additionally, add the address 0.0.0.0/0 which allows access from anywhere and click Add Entry.

    IP Access List configuration
  3. Finally, click Finish and Close and then, Go to Databases.

  4. Creating the database may take a minute. Once the deployment is complete, you'll see your database in the list!

    The 'Database Deployments' page with a database named 'SearchParty'