const { model } = require('mongoose'); const eventSchema = require('./event.schema.js'); module.exports = model('Event', eventSchema);