Rockmanvnx6 FireShare Versions Save

Real-time file sharing system. Using NodeJS, ReactJS, SocketIO, MongoDB. Chai, WebdriverIO for testing.

1.0.0

4 years ago

Non serverless version

Features

  • Login, Register, Authentication using JWT Token.
  • Database.
  • Upload/Share/Unshare/Edit/Remove/Download file with other people - with Authentication
  • Pub-sub model on file with real-time update.

What can the user do?

  1. User can create an account/register an account. To register, the email must not be used by any other user.
  2. Owner can upload/share/delete his file with anyone who is in the system.
  3. If owner shared with someone, owner can remove his file from sharing with that person, or choose not to share with anyone.
  4. Owner can rename the file - by clicking at the name of the file.
  5. User can see which file is shared with him, he can choose to unshare it if he wants.
  6. User have real-time update on the file he subscribes (is shared/owned) to.
  7. User can download if the file is shared to him or is owned by him. - Only user who has these privilege can download the file