bradtraversy / meanauthapp

Complete MEAN stack app with authentication
242 stars 152 forks source link

Added .gitignore file, and resolved db connection issue. #52

Open tpriyanshu opened 3 years ago

tpriyanshu commented 3 years ago

Hi, the repository did not have any gitignore so added it, and there was a issue connecting to the Db using the command mentioned in app.js, so modified it according to the 2020 version of mongoose.