nikhilpnath / image_upload

A simple MERN app to upload and display images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Upload

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.

Facing Issue?

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 

About

A simple MERN app to upload and display images.


Languages

Language:JavaScript 84.7%Language:CSS 8.9%Language:HTML 6.5%