Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 474 Bytes

Muggle Drive

This project is clone of GOOGLE DRIVE

(learning purpose only)

Status : IN-PROGRESS

Stack Used

Authentication : AWS Cognito

Backend : AWS Lambda

Database: DynamoDB

Cloud Storage : AWS S3 Bucket

CSS Framework : MUI

Need help?

 if (needHelp === true) {
    var emailId = "[email protected]";
    // email is the best way to reach out to me.
    sendEmail(emailId);
 }