Skip to content

It's an application to store and share your files safely

Notifications You must be signed in to change notification settings

santosh1997/safy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safy

It's an application to store and share your files safely

Use the following commands to the run the application:

  • docker-compose build
  • docker-compose up

It might ~5 minutes to setup the datastore for the first time. All the request to datastore before that will be failing

Overview:

  1. User will be able to login on the platform using email address and password.
  2. Logged-in user will be able to see a list of all the files that have been uploaded before. This list is private and will be not visible to other users on the platform or external parties.
  3. Logged-in user will be able to delete an already uploaded file.
  4. Logged-in user will be able to upload a new file. Once uploaded, the platform will figure out the file type, it encrypts and stores the file.
  5. Logged-in user will be able to share one of my files publicly using a tiny URL obtained from the system.

Setup & Demo:

SafyDemo.mp4

About

It's an application to store and share your files safely

Resources

Stars

Watchers

Forks

Releases

No releases published