May 2018
Intermediate to advanced
470 pages
13h 54m
English
The user model will need a seller value that will be set to false by default to represent regular users, and can be set to true to represent users who are also sellers.
mern-marketplace/server/models/user.model.js:
seller: { type: Boolean, default: false}
Read now
Unlock full access