We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start setting up a Node Environment on your machine and make the folders as :-
Inside the utils folder , add a file config.js and add mongoDB cloud link , as :-
const config = { dbConfig : "mongodb+srv://<username>:<password>@cluster0-sicof.mongodb.net/<databaseName>?retryWrites=true&w=majority" } module.exports=config;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Start setting up a Node Environment on your machine
and make the folders as :-
Inside the utils folder , add a file config.js and add mongoDB cloud link , as :-
The text was updated successfully, but these errors were encountered: