Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

mongoose connect to URL of atals

try {
  mongoose.connect(MONGODB_URI || 'mongodb://localhost/YOUR_DB_NAME', {
      useNewUrlParser: true,
      useUnifiedTopology: true
    }, () =>
    console.log("connected"));
} catch (error) {
  console.log("could not connect");
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: jquery data-toggle modal and tooltip 
Javascript :: async fetch api call 
Javascript :: body on click function 
Javascript :: document.queryselector vs document.getelementbyid 
Javascript :: set an attribute background image javascript 
Javascript :: how to get os information nodejs 
Javascript :: vuejs typescript mapactions 
Javascript :: refresh page after delete angular 
Javascript :: how to access xpath in js 
Javascript :: how select start from id in jquery 
Javascript :: how to read write object to localStorage in js 
Javascript :: gms2 object method 
Javascript :: current year javascript 
Javascript :: javascript check if var is string 
Javascript :: javascript create uuid 
Javascript :: MongooseError: Operation `users.insertOne()` buffering timed out after 10000ms node js 
Javascript :: angular output 
Javascript :: how to access child img src in jquery 
Javascript :: js redirect to url 
Javascript :: redirect with javascript to another page 
Javascript :: converst strig in number in js 
Javascript :: browserrouter react 
Javascript :: reactjs link props 
Javascript :: loopback find with limit 
Javascript :: form append other data feild and send through ajax 
Javascript :: javascript array remove empty strings 
Javascript :: uppercase first letter of each word javascript 
Javascript :: send data through routes in react 
Javascript :: regex pattern to validate email 
Javascript :: javascript remove a specific item from an array 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =