Skip to content

Node and React app to upload images and get the image link

Notifications You must be signed in to change notification settings

leoikeh99/ImageUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Uploader application

Fuctionality

  • User story: I can drag and drop an image to upload it
  • User story: I can choose to select an image from my folder
  • User story: I can see a loader when uploading
  • User story: When the image is uploaded, I can see the image and copy it
  • User story: I can choose to copy to clipboard

Live demo:

Image uploader app live

Select image

Select image

Upload successfull

Upload successfull

Technologies

Backend

  • Nodejs
  • expressjs, mongoose
  • Gridfs, multer (for image uploads)

Frontend

  • Reactjs

Development

  • Add a config folder containing a default.json file with a mongoURI
  • Install dependencies npm install
  • Install client dependencies npm run clientinstall
  • Run application npm run dev