AWS S3 JS tutorial
Tutorial >> https://namila.me/blog/2020-06/server-client-app-to-upload-and-download-using-aws-s3-pre-signed-urls/
copy the content of .env.example to file .env and replace AWS keys, region and other configurations
cd server
 npm install
npm run start
 cd client
 npm install
node index.js