Database connection should be present

Tell us what’s happening:
i don’t know what to write as DATABASE in .env file

Your code so far


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 OPR/68.0.3618.125.

Challenge: Implement the Serialization of a Passport User

Link to the challenge:

Hello raushan,

In the challenge description, there is the line:
" Be sure to set DATABASE in your .env file to your database’s connection string (for example: DATABASE=mongodb://admin:pass@mlab.com:12345/my-project ). You can set up a free database on mLab."

You will want to follow that link to mLab , sign up, and set up a database. It should direct you to a link / connection string that is similar to mongodb://admin:pass@mlab.com:12345/my-project. This is what you will set as DATABASE in the .env file

mlab is not accepting new users ,it is shifted to mongodb. I m making DATABASE as same mentioned above

did it work @raushan.dakshana17 ?