Define schema, apply plugin and more in Mongoose.

I’ve been learning Mongoose and would like to share few notes. Let’s say we have Invoice schema like below defined in mongoose. To this schema I would like to add a new property / key / field that will define the status of the invoice, and this new property takes predefined values, like, an enum.Continue reading “Define schema, apply plugin and more in Mongoose.”