May 2018
Intermediate to advanced
470 pages
13h 54m
English
Products will be stored in a product collection in the database, with a schema defined using Mongoose. For MERN Marketplace, we will keep the product schema simple with support for fields such as product name, description, image, category, quantity, price, created at, updated at, and a reference to the shop.
name: { type: String, trim: true, required: 'Name is required' },description: { type: String, trim: true },
image: { data: Buffer, contentType: String },
Read now
Unlock full access