Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 2.37 KB

File metadata and controls

68 lines (39 loc) · 2.37 KB

CODE BLOODED 3.0

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

Cloud-Nine

Document Management System

  • 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.

Out-of-the-box features

  • 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.

High Level Diagram

Tech Stack

Next JS

Firebase

TailwindCSS

Yarn

Vercel

Installation

Install frontend with yarn

  cd .\website\
  yarn install
  yarn dev

Screenshots

  • Google OAuth service for verification

unknown unknown2

  • Dashboard to upload files from browser or create nested folders. unknown unknown2 unknown3

  • Creating workspaces/groups to collaborate on files instantly.