Microservices With Node Js And React Download -

const Order = mongoose.model('Order', { userId: String, productId: String, quantity: Number });