Skip to content

RutujaPatil15/MEAN-Upload-single-Or-multiple-Images-in-Mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uploading single or multiple images in MongoDB (MEAN stack)

Store Base64url of image directly to the mongoDB (key,value) that is key= image and value=Base64url of image.

To run locally:

  • Clone this repo
  • npm install
  • node server
  • open chrome browser with localhost:3000

Releases

No releases published

Packages

No packages published