The React Node Image Uploader on AWS S3 is a full-stack application that allows users to upload images to an Amazon S3 bucket. It combines the power of React for the front end, Node.js for the back end, and AWS S3 for secure and scalable image storage.
- User-friendly interface for uploading images USING CHAKRA UI.
- Integration with AWS S3 for reliable storage.
- Responsive design for seamless user experience.
- React
- Chakra UI
- Node.js
- Express.js
- Multer
- AWS SDK
- nodemon, cors, dotenv, uuid
React.App.-.Google.Chrome.2023-12-17.01-41-01.mp4
Follow the instructions below to set up and run the project on your local machine.
Make sure you have the following installed:
- Node.js
- npm (Node Package Manager)
- Git
# Clone the repository
git clone https://github.com/DevJobalia/MERN-S3-IMAGE-UPLOAD
# Navigate to the project directory
cd react-node-s3-image-upload-main
# Install dependencies
npm install
- Configure your AWS credentials in the environment variables.
- Start the server:
npm start
- Start the client:
cd client
npm start
Visit http://localhost:3000
in your browser to use the application.
Contributions are welcome! Feel free to open issues, submit feature requests, or contribute to the development of this project. Please follow the guidelines in the CONTRIBUTING.md file.
This project is licensed under the MIT License.
- Nikita Dev
- The developers and maintainers of React, Node.js, and AWS SDKs.
- The open-source community for valuable contributions.
Feel free to explore and enhance the React Node Image Uploader on AWS S3 project!