In this project , user can login with google and they can upload their data to the bucket , and they can download whenever they needed, here data is stored in aws s3
Install my-project with npm
cd server
npm install
cd client
npm install
To run this project, you will need to add the following environment variables to your .env file
CLIENT_ID
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_S3_BUCKET_NAME
MONGO_URI
To test this project run
cd client
npm run dev
To deploy this project run
cd client
npm run build