skip to Main Content

Mongodb – get does not return the data in express

I'm working with a simple GET request but it returns nothing in the browser with no warnings. I checked all the connections to Mongoose works perfectly and collection name are correct. const uriAtlas = "mongodb://localhost:27017/appfullMern"; mongoose.connect(uriAtlas).then(() => console.log("successful connexion DB")…

VIEW QUESTION
Back To Top
Search