DEV Community

Discussion on: Setup MongoDB in Node.js with Mongoose

Collapse
 
romanazeem profile image
Roman Azeem

I am just curious about something? Why aren't we using express to connecting with mongoose?

Collapse
 
akhilaariyachandra profile image
Akhila Ariyachandra

This way of connecting the API to the Mongo database can be used with any Node API like Express, Koa, Restify etc... which is why I left out the part of setting up the server.

Collapse
 
romanazeem profile image
Roman Azeem

I got it. Thanks a lot