- Nodejs
- Mongo DB
- AWS SDK S3
- React Vite
yarn install
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>
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