Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create filepass-sweety.md #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions submissions/filepass.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# **Repo Link**: https://github.com/sweety-sg/file-transfer
Demo Link: NA

Is this project one of the ideas listed on ideas document? No

I started creating a p2p file-sharing app named filepass where one could upload files by dragging or browsing and
create a link for it which could be sent to anyone.

<img width="1434" alt="Screenshot 2021-03-23 at 9 28 23 PM" src="https://user-images.githubusercontent.com/76245818/112177215-be077780-8c1e-11eb-86de-e5d25a34a8f9.png">

The project has a complete frontend. But I faced issues during back-end , did it as much as i could so it's incomplete.
Still willing to work on it.


## Features
It starts uploading automatically as you upload the file and provides you a link which you can copy directly.
It (was intended to) generate a unique name for the file using the uuid4 function so that you get a unique url and thus prevent using of your files by anyone else.
It is user friendly as it provides drag and drop option.
It uses mongodb database