Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 283 Bytes

File metadata and controls

9 lines (7 loc) · 283 Bytes

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