In my models/user.js file:
models/user.js
var mongoose = require(\'mongoose\'); var Schema = mongoose.Schema; var userSchema = new Schema({ (define schema
I tried all the above solutions but all of them failed instead I found that the solution was to clear my database (MongoDB) and then rerunning the app