I am having trouble with a simple query on my database. Following this tutorial: https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4 when Model.find() i
The problem is that you need to set the content-type while sending the post request as application/json otherwise the fields are not recognized.
content-type
application/json