Skip to content

A web application to share files on the internet securely.

Notifications You must be signed in to change notification settings

kirtish16/file-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Share

A web application to share files on the internet securely.

Technologies : NodeJS, MongoDB

Features

  • You can use the web application to share a file with someone over the internet.

  • You can securely share the file by adding a password, so that when the user opens the link, they must enter the same password that you used to download the file.

  • Once the file is downloaded by the user, it is deleted from the server. As a result, no data will be saved.

Steps to run the project

  1. Create .env file and store the link to MongoDB Database and Port Number .
DATABASE_URL=mongodb-connection-link
PORT=3000
  1. Install all dependencies
npm i 
  1. Run the project
npm start

Demo

File-share.mp4

About

A web application to share files on the internet securely.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published