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
Currently you have initialized all db connections in the index file like the following:
badhan-datainput-api/index.js
Lines 12 to 25 in 5c68202
Initialize your db connections in a seperate folder like the following: https://github.com/Badhan-BUET-Zone/badhan-backend/blob/3983fe2d84a362ba3b63731967495cf485fd6d23/src/app.js#L15 https://github.com/Badhan-BUET-Zone/badhan-backend/blob/master/src/db/mongoose.js
The text was updated successfully, but these errors were encountered:
Sanju-Basak
No branches or pull requests
Currently you have initialized all db connections in the index file like the following:
badhan-datainput-api/index.js
Lines 12 to 25 in 5c68202
Initialize your db connections in a seperate folder like the following:
https://github.com/Badhan-BUET-Zone/badhan-backend/blob/3983fe2d84a362ba3b63731967495cf485fd6d23/src/app.js#L15
https://github.com/Badhan-BUET-Zone/badhan-backend/blob/master/src/db/mongoose.js
The text was updated successfully, but these errors were encountered: