Skip to content Skip to sidebar Skip to footer

Node Js Error: Mongoose With Mondodb Connection String

after seting my connections const mongoose = require('mongoose') const Post = require('./database/models/Post') mongoose.connect('mongodb://localhost/testdb', {useNewUrlParser:

Solution 1:

Is your MongoDB server running?


Post a Comment for "Node Js Error: Mongoose With Mondodb Connection String"