Get a single item from mongoDB using Mongoose and express.js, return custom page on Null
I am new to express and JS in general. I am trying to get an object from mongodb database. I can get the object when it exists, however when it doesn't I want to send a text/custom page or do…