1 2 3 4 5 6
const { model } = require('mongoose'); const userSchema = require('./user.schema.js'); module.exports = model('User', userSchema);