Banflixvip
const userSchema = new mongoose.Schema({ id: String, viewingHistory: [{ type: String }], ratings: [{ type: String }], preferences: [{ type: String }] });
import React, { useState, useEffect } from 'react'; import axios from 'axios'; banflixvip
const User = mongoose.model('User', userSchema); const userSchema = new mongoose