Skip to content

File Sharing Application using MERN ( Too be deployed soon ! )

License

Notifications You must be signed in to change notification settings

NukeVdnt/File-Sharing-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Sharing Application (Droplink)

This application is a web-based platform built using the MERN stack (MongoDB, Express.js, React.js, and Node.js) that allows users to upload files and share them with others via a unique link. When someone clicks on the generated link, the file is downloaded directly.

Proof of Work

share.mp4

Features

  • File Uploading: Users can upload files of various types and sizes.
  • Link Generation: For each uploaded file, a unique download link is generated.
  • Link Sharing: Users can share the generated link with others.
  • File Download: When someone clicks on the link, the file is downloaded to their device.

Snapshot

image

Tech Stack

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Database: MongoDB