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