I have paid a membership and downloaded this project. After npm install and node app.js, it returns the following error:
npm install
node app.js
Does anyone know what\
First open another terminal an run command mongod to start your mongoDB
mongod
Then again start you node server npm start or if you have "nodemon" then using nodemon
npm start
nodemon
I think now everything will be fine it will show
Mongoose connected to mongodb://localhost/your_database