GuntFlix a movie webApp providing users information about movies. Users can sign up, update their personal information, and create a list of their favorite movies. I used the MERN Stack, (MongoDB, Express, React, and Node.js).

The challenges I faced are the following: I found that when I want to add a movie it showed me the error “undefined issue”. I noticed that it happened with only two films. Then I found a connection issue with the Mongo Database, not with my code itself.

The references for the bugs I faced are below.

  • Fix code according to documentation Validator Fix 1

  • Fixing Mongoose Error DeprecationWarning: current Server Discovery Fix 2

  • Heroku + node.js error (Web process failed to bind to $PORT within 60 seconds of launch) Fix 3

View the WebApp

View the project files on Github