DEV Community

Mayank Bhugra
Mayank Bhugra

Posted on

# MERN Stack problem

1 Problem statement: I have to store images somewhere and than add there link in mongodb. Can anyone help me regarding this problem as i am new in fullstack so i want some advice regarding this.

Top comments (1)

Collapse
 
gulshanaggarwal profile image
Gulshan Aggarwal

Option-1 You can upload images to your server using multer(npm package) and then store your image link to mongodb.

Option-2 Upload image to firebase, get download link and store it to mongodb.

Option -3 AWS S3 storage but for beginners it's not recommended.