Create MongoDB Atlas Account
Create a New Cluster
Create Database User
Configure Network Access
Get Connection String
<username>
with your database username<password>
with your database passwordmongodb+srv://spoo-admin:[email protected]/?retryWrites=true&w=majority&appName=Cluster0
MONGODB_URI
environment variable:
mongosh
command to connect to your local instanceMONGODB_URI
connection string ready, you can proceed to the next step of setting up webhooks or choosing your deployment method.Connection timeout errors
Authentication failed
SSL/TLS connection issues