Mongodb – ValidationError: name: Path `name` is required., tech: Path `tech` is required. In mongoose
is anything I'm doing wrong, I get this error Error ValidationError: name: Path name is required., tech: Path tech is required. while POST the data in postman. here is my index.js const express = require('express') const mongoose = require('mongoose') const…