/task-krayo

Google signin and fileupload

Primary LanguageJavaScript

Google auth and File Upload

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

Authors

Installation

Install my-project with npm

  cd server
  npm install

  cd client
  npm install

Environment Variables

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

Development

To test this project run

cd client
  npm run dev

Deployment

To deploy this project run

cd client
  npm run build