MongoDb solution submit issue

This is about task " MongoDB and Mongoose - Install and Set Up Mongoose".
I have added mongodb and mongoose in package.json file and also succesfully connected to mongodb.

But my solution is not passing test cases.
here is the link https://glitch.com/edit/#!/join/62cb4c08-c5a8-4bba-8180-0413985b32d0

Challenge: Install and Set Up Mongoose

Link to the challenge:

MONGO_URL="mongodb+srv:xxxxxxxxx

here your varibale name is different. its a typo. it should be MONGO_URI ( its I not L)

it should do the work.

PS: Never disclose your API keys or Environment variables on anywhere, people could harm you by misusing your API keys and .env variables. ( just a general tip)

Regards,
Abhishek

Yeah… But still My test cases are not passed