A simple MERN app where the users can upload images and can display them on the dom.
We used the 'multer' middleware in the backend to handle the images.
A major issue you can encounter is on the server side, which is "database connection failed."
If that happens run the command,
sudo systemctl start mongod on Terminal.
To know the status
sudo systemctl status mongod