Given that Cloud9 is not free and I needed a full stack tutorial that uses the free mlab database so…
Anyone else had any success with this full stack MERN tutorial? I am led to believe that once I setup the Mongoose connection and built the API I would be able to post user comments to my mlab DB. Except no data is pulling through and I get events exception errors when running the npm run start-dev script explained in the tutorial.
I saw this error yesterday on a side issue. This means you are trying to run the server twice on the same web address/port. Stop the existing server first.
I’ve not had any problems connecting to mlab. Can you give more detail?
I don’t really want to wade through that tutorial.
I would compare your code to the GitHub repo. I did not see a link to it but another user has done it: https://github.com/lpstandard/comment_box/