Make sure to follow all these steps exactly as explained below. Do not miss any steps or you won't be able to run this application.
To run this project, you need to install the latest version of MongoDB Community Edition first.
https://docs.mongodb.com/manual/installation/
Once you install MongoDB, make sure it's running.
Next, from the project folder, install the dependencies:
npm i
npm start
This will launch the Node server on port 3000. If that port is busy, you can set a different port.
Open up your browser and head over to:
You should see the movie page.