We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08243b commit fbdc8aeCopy full SHA for fbdc8ae
week-3/03-mongo/solution/db/index.js
@@ -1,7 +1,7 @@
1
const mongoose = require('mongoose');
2
3
// Connect to MongoDB
4
-mongoose.connect('mongodb+srv://kirags123:[email protected]/course_selling_app');
+mongoose.connect('');
5
6
// Define schemas
7
const AdminSchema = new mongoose.Schema({
week-3/04-mongo-with-jwt-auth/solution/db/index.js
-mongoose.connect('mongodb+srv://kirags123:[email protected]/course_selling_app2');
0 commit comments