You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I noticed that no one assign this task. Could you please assign it to me? I would love to contribute to this repository, and I’m also participating in C4GT.
Thank you!
Description
Configure the project to use MongoDB as its database to store user and other application-related data.
Steps to Implement
mongoose
for database interaction.mongoose.connect()
method.User
schema to store user data.Expected Outcome
MongoDB is connected, and user data is stored correctly in the database.
The text was updated successfully, but these errors were encountered: