0P
0901CS221098 PRADHYUM
Category Form - Copy this React, Tailwind Component to your project
Const catagorySchema = new mongoose.Schema({ name:{ type:String, required:true, trim:true, unique:true }, description:{ type:String, required:true, trim:true }, catagoryCourses:[{ type:mongoose.Schema.Types.ObjectId, ref:"Course", }] }) create input form for this in Tailwind css
Prompt
