I'm trying to follow along and loving the series, very well written and well explained. Thank you Victoria Lo :) But I'm running into an issue at the "Testing with POSTman" step.
Everything works up until this point except when I hit "send" in postman it throws me a ValidationError saying "path 'name' is required' in the form. When in fact, it's there. While trying to debug I found that the database and postman are connected correctly because if I set a default name it sends to Mongo no problem. But if the entry is not already given in schema in the "models" folder it doesn't send. Everything else works up to this point but I can't find my problem :( Any ideas?