Loading

Quipoin Menu

Learn • Practice • Grow

node-js / CRUD Operations with MongoDB
exercise
1/5
Exercise 1Node-js
Question

Define a Mongoose schema for a 'Product' with name (string), price (number), and inStock (boolean). Create the model.