Skip to content

This application is built with React, Express and Mongo dB . It allows user to upload only 1024 x 1024 images . Images are sent to Node server which saves them to MongoDB Atlas . Images can also be fetched from the storage and can be downloaded by the user .

Notifications You must be signed in to change notification settings

satyam-github/image-uploader-crop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-uploader-crop

This application is built with React, Express and Mongo dB . It allows user to upload only 1024 x 1024 images . Images are sent to Node server which saves them to MongoDB Atlas . Images can also be fetched from the storage and can be downloaded by the user .

How to run the application locally on your machine

  1. START
  2. Download the code (Say folder image-uploader-crop)
  3. Open a terminal . Go to the folder . Run 'npm install'
  4. Run npm start to start the server .
  5. Open another terminal . Go to the folder .
  6. Type cd client
  7. Run 'npm install'
  8. Run npm start to start the React client application
  9. END

About

This application is built with React, Express and Mongo dB . It allows user to upload only 1024 x 1024 images . Images are sent to Node server which saves them to MongoDB Atlas . Images can also be fetched from the storage and can be downloaded by the user .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published