Skip to content

MongoDB Atlas

MongoDB Atlas lets you setup a MongoDB instance quickly and for free.

Specs

  • 512MB storage
  • Encrypted

Setup

You should be able to easily setup a new free instance and get the URL needed to connect (these are called a deployment). Things to note:

  • Use a username + password authentication (please use a secure password)
  • On the IP access list use 0.0.0.0/0 for the IP address, allowing any server to access the database. This is because we don’t know where to access it from.