Skip to content

DevJobalia/MERN-S3-IMAGE-UPLOAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Node Image Uploader on AWS S3

Table of Contents

Introduction

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.

Features

  • User-friendly interface for uploading images USING CHAKRA UI.
  • Integration with AWS S3 for reliable storage.
  • Responsive design for seamless user experience.

Tech Stack

Frontend

  • React
  • Chakra UI

Backend

  • Node.js
  • Express.js
  • Multer
  • AWS SDK
  • nodemon, cors, dotenv, uuid

DEMO

React.App.-.Google.Chrome.2023-12-17.01-41-01.mp4

Getting Started

Follow the instructions below to set up and run the project on your local machine.

Prerequisites

Make sure you have the following installed:

  • Node.js
  • npm (Node Package Manager)
  • Git

Installation

# 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

Usage

  1. Configure your AWS credentials in the environment variables.
  2. Start the server:
npm start
  1. Start the client:
cd client
npm start

Visit http://localhost:3000 in your browser to use the application.

Contributing

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.

License

This project is licensed under the MIT License.

Acknowledgments

  • 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!