From 10f0b1665f9b03602c47903750bee97838c5e475 Mon Sep 17 00:00:00 2001 From: subnub Date: Thu, 5 Mar 2020 15:02:47 -0500 Subject: [PATCH] updating readme --- readme.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index f301945..c60d8b8 100755 --- a/readme.md +++ b/readme.md @@ -1,7 +1,21 @@ # MyDrive -Coming Soon :) +MyDrive is a Google Drive like clone, built with Node.JS, Express, and MongoDB. + +MyDrive Features: + +- Upload Files +- Download Files +- Create Folders +- Share Files +- Creates Image Thumbnails +- Photo-Viewer +- Stream Video +- Transcode Video +- Create One-Time Download links for files +- Move Files/Folders +- AES256 Encryption (For file chunks, tokens, and more!) +- Search For Files +- Mobile Friendly (Including Uploading!) +- Advanced Filter Options -yarn install -yarn run build:prod -yarn start \ No newline at end of file