Its a Nodejs project. While doing the project I faced two simple errors.
-
while working with nodemon , thunder wasn't working ( with this command: 'npm run dev') ( but if i give "node --watch server.js" then "npm run dev" then it worked )
-
while making password ,in mongoDB , I used '@' at the end of my password , that also made an error ,couldn't connect with the Database, had to figure it out as they didn't mention '@' at the end can cause error.