const Product = require('../models/product.js'); const product = new Product(); product.save() .then(doc => {}) .catch(err => {});