0P
0901CS221098 PRADHYUM

Category Creation 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 catagory from page for this in tailwind css

Prompt
Component Preview

About

CategoryCreationForm - Easily create unique categories with name and description fields, plus course associations. Built with React a. Free code available!

Share

Last updated 1 month ago