Backend 1.2_CW Exercises1. 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...Feb 2, 2024·9 min read