Going through the template trying to figure out where to start and it seems to me these dependencies are missing. That’s unusual. Usually projects have all the dependencies you need in the package.json.
I don’t believe Zombie is needed. I’m guessing you are free to use whatever method of data persistence you want, so instead of locking you into using MongoDB it is left up to you.
1 Like
Thanks. Zombie indeed wasn’t needed.
For people reading this in the future: It seems the FCC tests don’t like 400 status codes. I was customizing the codes for the invalid requests but the tests kept failing. Removing the .status(400) fixed the issue.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.