Full Stack JavaScript Development With MEAN

The error means you are trying to use the Employee Mongoose model before it’s been registered by Mongoose. Without seeing what you have, it’s really hard to guess what the issue is. Try using the linked code available and see if you can edit it to make it work for you. More than likely, you are just missing the code that registers this model.