Skip to content

mukulsaini/node-image-upload-imgur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Upload to Imgur

Upload Image to Imgur using dropzone.js

  • Imgur API for uploading the image.
  • Dropzone.js for Drag N’ Drop image uploads with image previews.
  • Links uploaded to imgur are saved to mongodb using Mongoose

Deploy

Running the app

$ git clone https://github.com/mukulsaini/node-image-upload-imgur.git 
$ cd node-image-upload-imgur &&  npm install
$ npm start 

Open the link in the browser to see this working.

MLab

Thanks to MLab which provides 500MB free data upon signup which is perfect for such small experimental projects.

LICENSE

The Unlicense