A web application to share files on the internet securely.
Technologies : NodeJS, MongoDB
-
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.
- Create .env file and store the link to MongoDB Database and Port Number .
DATABASE_URL=mongodb-connection-link
PORT=3000
- Install all dependencies
npm i
- Run the project
npm start