Skip to content

Image Gallery built in MERN stack. images are uploaded to private aws s3 bucket

Notifications You must be signed in to change notification settings

kishanlalbj/image-gallery-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Gallery

Tools

  1. Nodejs
  2. Mongo DB
  3. AWS SDK S3
  4. React Vite

Install Dependencies

yarn install

Setup

Create a .env.production file and paste the contents below and replace actual values

PORT=5000
MONGO_URI=<mongo_uri>
BUCKET_NAME=<bucket_name>
BUCKET_REGION=<bucket_region>
ACCESS_KEY=<access_key>
SECRET_ACCESS_KEY=<secret_access_key>

Build front end

cd client
yarn build

Start the server by executing yarn start in project root directory

image-gallery/ > yarn start

Visit http://localhost:5000 to view the image gallery

About

Image Gallery built in MERN stack. images are uploaded to private aws s3 bucket

Topics

Resources

Stars

Watchers

Forks