Backend 1.2_CW Exercises
Feb 2, 2024 · 9 min read · 1. learning data modeling Create mongoose models for the given images. Add data to the model Solution const mongoose = require('mongoose') const studentSchema = new mongoose.Schema({ registrationNumber: String, studentId: Number, studentN...
Join discussion


