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 .
- START
- Download the code (Say folder image-uploader-crop)
- Open a terminal . Go to the folder . Run 'npm install'
- Run npm start to start the server .
- Open another terminal . Go to the folder .
- Type cd client
- Run 'npm install'
- Run npm start to start the React client application
- END