Made during the codeblodded 3.0 hackathon conducted by PEC ACM-CSS, powered by STGI.
We secured 2nd rank among 50+ teams in this hackthon.
Our submission:
Video demo: https://drive.google.com/file/d/1yBGK7nlNf2zVm3lYRcjGSdl0Iiy8-38Z/view
- Create or Login using Google OAuth verification.
- Verified users can upload nested folder containers containing files to cloud and manage access rules.
- Invite members by their username and define their access rights to read/write/delete that file.
- Sync data in real-time for seamless sharing experience.
- Compression of file using algorithms such as Huffman Algorithm.
- Chunking of the file and parallel upload of chunks for increased speed.
- Create groups and invite members to instantly share a file with pre-defined methods.
- Ability for verification of invited member using face recognition to avoid data leak.
Install frontend with yarn
cd .\website\
yarn install
yarn dev
- Google OAuth service for verification