A P2P file-sharing application. Upload a file with password protection(optional), generate a link, and download it to any device
- Clone the repo.
- Create a .env file in the root directory with MONGO_URI and PORT variables and assign the required connection string and port number.
- Run "npm i"
- Run the server.js file.