Open shr3012 opened 1 month ago
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
There’s an error because Mongoose is expecting a MongoDB connection link, but it’s receiving "undefined." You’ll need to adjust the code in database.js and server.js to correctly pass the connection string.
@shr3012, have you created and updated the .env file in the server directory which is necessary to run the backend?
yes, their is an issue after modifying few lines of code it is running
There’s an error because Mongoose is expecting a MongoDB connection link, but it’s receiving "undefined." You’ll need to adjust the code in database.js and server.js to correctly pass the connection string.