So I am doing the course MongoDB and Mongoose and I’m having difficulties with the installation, I have used the console and it is showing MongoDB and Mongoose in the dependencies package, and once I submit my link freeCodeCamp’s verification is saying
“mongodb should be in the dependencies package”
“mongoose should be in the dependencies package”
“mongoose should be connected to a server”
{ "name": "fcc-mongo-mongoose-challenges", "version": "0.0.1", "description": "A boilerplate project", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "body-parser": "^1.15.2", "dotenv": "^8.2.0", "express": "^4.12.4", "mangodb": "^1.0.0", "mongoose": "^6.0.7" }, "repository": { "type": "git", "url": "https://github.com/freeCodeCamp/boilerplate-mongomongoose.git" }, "keywords": [ "node", "mongoose", "express" ], "license": "MIT" }
sample.env:
MONGO_URI='mongodb+srv://myuserishere:mypasswordishere@fcc.pluxj.mongodb.net/FCC?retryWrites=true&w=majority'
Install and Set Up Mongoose
