Skip to main content
Required: Connection string with database user credentials
  1. Log in to MongoDB Atlas
  2. Navigate to Database Access in the left sidebar
  3. Click Add New Database User
  4. Create a username and password for your database user
  5. Set appropriate permissions (e.g., readWrite)
  6. Go to Databases and click Connect on your cluster
  7. Select Drivers as your connection method
  8. Copy the connection string (format: mongodb+srv://<username>:<password>@cluster.mongodb.net/<database>)
  9. Replace <username> and <password> with your database user credentials